Tabnine Logo
DatasourcePlatform.getSequencePreallocationSize
Code IndexAdd Tabnine to your IDE (free)

How to use
getSequencePreallocationSize
method
in
org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform

Best Java code snippets using org.eclipse.persistence.internal.databaseaccess.DatasourcePlatform.getSequencePreallocationSize (Showing top 4 results out of 315)

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

/**
 *        Method returns the value of the Sequence Preallocation size
 */
public int getSequencePreallocationSize() {
  if (!(getSession().getDatasourceLogin() instanceof DatabaseLogin)) {
    return 0;
  }
  return ((DatasourcePlatform)getSession().getDatasourcePlatform()).getSequencePreallocationSize();
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 *        Method returns the value of the Sequence Preallocation size
 */
public int getSequencePreallocationSize() {
  if (!(getSession().getDatasourceLogin() instanceof DatabaseLogin)) {
    return 0;
  }
  return ((DatasourcePlatform)getSession().getDatasourcePlatform()).getSequencePreallocationSize();
}
origin: com.haulmont.thirdparty/eclipselink

/**
 *        Method returns the value of the Sequence Preallocation size
 */
public int getSequencePreallocationSize() {
  if (!(getSession().getDatasourceLogin() instanceof DatabaseLogin)) {
    return 0;
  }
  return ((DatasourcePlatform)getSession().getDatasourcePlatform()).getSequencePreallocationSize();
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
*        Method returns the value of the Sequence Preallocation size
*/
public int getSequencePreallocationSize() {
  if (!(getSession().getDatasourceLogin() instanceof DatabaseLogin)) {
    return 0;
  }
  return ((DatasourcePlatform)getSession().getDatasourcePlatform()).getSequencePreallocationSize();        
}
org.eclipse.persistence.internal.databaseaccessDatasourcePlatformgetSequencePreallocationSize

Popular methods of DatasourcePlatform

  • <init>
  • 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
  • getSequences
    INTERNAL: Returns a map of sequence names to Sequences (may be null).
  • getPlatformOperators,
  • getSequences,
  • getStartDelimiter,
  • getTableQualifier,
  • getTimestampQuery,
  • hasDefaultSequence,
  • initializePlatformOperators,
  • sequencesAfterCloneCleanup,
  • setConversionManager

Popular in Java

  • Start an intent from android
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getExternalFilesDir (Context)
  • getApplicationContext (Context)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • Permission (java.security)
    Legacy security code; do not use.
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • JComboBox (javax.swing)
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • Top 12 Jupyter Notebook extensions
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