Tabnine Logo
DatabasePlatform.getDbTypeMap
Code IndexAdd Tabnine to your IDE (free)

How to use
getDbTypeMap
method
in
com.avaje.ebean.config.dbplatform.DatabasePlatform

Best Java code snippets using com.avaje.ebean.config.dbplatform.DatabasePlatform.getDbTypeMap (Showing top 3 results out of 315)

origin: org.avaje/ebean

public DdlGenContext(DatabasePlatform dbPlatform, NamingConvention namingConvention){
  this.dbPlatform = dbPlatform;
  this.dbTypeMap = dbPlatform.getDbTypeMap();
  this.ddlSyntax = dbPlatform.getDbDdlSyntax();
  this.newLine = ddlSyntax.getNewLine();
  this.namingConvention = namingConvention;
}
origin: org.avaje.ebeanorm/avaje-ebeanorm-server

public DdlGenContext(DatabasePlatform dbPlatform, NamingConvention namingConvention){
  this.dbPlatform = dbPlatform;
  this.dbTypeMap = dbPlatform.getDbTypeMap();
  this.ddlSyntax = dbPlatform.getDbDdlSyntax();
  this.newLine = ddlSyntax.getNewLine();
  this.namingConvention = namingConvention;
}
origin: org.avaje.ebean/ebean

public PlatformDdl(DatabasePlatform platform) {
 this.platform = platform;
 this.dbIdentity = platform.getDbIdentity();
 this.dbDefaultValue = platform.getDbDefaultValue();
 this.typeConverter = new PlatformTypeConverter(platform.getDbTypeMap());
}
com.avaje.ebean.config.dbplatformDatabasePlatformgetDbTypeMap

Javadoc

Return the mapping of JDBC to DB types.

Popular methods of DatabasePlatform

  • completeSql
  • convertQuotedIdentifiers
    Convert backticks to the platform specific open quote and close quote Specific plugins may implement
  • getCloseQuote
    Return the close quote for quoted identifiers.
  • getDbDdlSyntax
    Return the DDL syntax for this platform.
  • getOpenQuote
    Return the open quote for quoted identifiers.
  • <init>
    Instantiates a new database platform.
  • createSequenceIdGenerator
    Return a DB Sequence based IdGenerator.
  • getBlobDbType
    Return the data type that should be used for Blob. This is typically Types.BLOB but for Postgres is
  • getBooleanDbType
    Return the JDBC type used to store booleans.
  • getClobDbType
    Return the data type that should be used for Clob. This is typically Types.CLOB but for Postgres is
  • getDbEncrypt
    Return the DbEncrypt handler for this DB platform.
  • getDbIdentity
    Return the DB identity/sequence features for this platform.
  • getDbEncrypt,
  • getDbIdentity,
  • getName,
  • getSqlLimiter,
  • isIdInExpandedForm,
  • isSelectCountWithAlias,
  • isTreatEmptyStringsAsNull,
  • setDbEncrypt,
  • withForUpdate

Popular in Java

  • Making http requests using okhttp
  • notifyDataSetChanged (ArrayAdapter)
  • setScale (BigDecimal)
  • setContentView (Activity)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Notification (javax.management)
  • JTable (javax.swing)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • CodeWhisperer alternatives
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