Tabnine Logo
DatasourcePlatform.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform
constructor

Best Java code snippets using org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform.<init> (Showing top 6 results out of 315)

origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * PUBLIC:
 * Create a new login.
 */
public DatasourceLogin() {
  this(new DatasourcePlatform());
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * PUBLIC:
 * Return the datasource platform specific information.
 * This allows EclipseLink to configure certain advanced features for the datasource desired.
 */
@Override
public Platform getDatasourcePlatform() {
  if (this.platform == null) {
    this.platform = new DatasourcePlatform();
  }
  return platform;
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * PUBLIC:
 * Return the datasource platform specific information.
 * This allows EclipseLink to configure certain advanced features for the datasource desired.
 */
public Platform getDatasourcePlatform() {
  if (this.platform == null) {
    this.platform = new DatasourcePlatform();
  }
  return platform;
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * PUBLIC:
 * Return the datasource platform specific information.
 * This allows EclipseLink to configure certain advanced features for the datasource desired.
 */
public Platform getDatasourcePlatform() {
  if (this.platform == null) {
    this.platform = new DatasourcePlatform();
  }
  return platform;
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * PUBLIC:
 * Create a new login.
 */
public DatasourceLogin() {
  this(new DatasourcePlatform());
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * PUBLIC:
 * Create a new login.
 */
public DatasourceLogin() {
  this(new DatasourcePlatform());
}
org.eclipse.persistence.internal.databaseaccessDatasourcePlatform<init>

Popular methods of DatasourcePlatform

  • addOperator
  • appendParameter
    Add the parameter. Convert the parameter to a string and write it.
  • copyInto
    Copy the state into the new platform.
  • createConnectionCustomizer
    INTERNAL:
  • createPlatformDefaultSequence
    INTERNAL: Create platform-default Sequence
  • getConversionManager
    The platform hold its own instance of conversion manager to allow customization.
  • getCustomModifyValueForCall
    Allow for the platform to handle the representation of parameters specially.
  • getDefaultSequence
    Get default sequence
  • getEndDelimiter
    Delimiter to use for fields and tables using spaces or other special values. Some databases use diff
  • getPlatformOperators
    Return any platform-specific operators
  • getSequencePreallocationSize
  • getSequences
    INTERNAL: Returns a map of sequence names to Sequences (may be null).
  • getSequencePreallocationSize,
  • getSequences,
  • getStartDelimiter,
  • getTableQualifier,
  • getTimestampQuery,
  • hasDefaultSequence,
  • initializePlatformOperators,
  • sequencesAfterCloneCleanup,
  • setConversionManager

Popular in Java

  • Finding current android device location
  • setRequestProperty (URLConnection)
  • getExternalFilesDir (Context)
  • getSupportFragmentManager (FragmentActivity)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now