com.avaje.ebean.config.dbplatform
Class SqlAnywherePlatform

java.lang.Object
  extended by com.avaje.ebean.config.dbplatform.DatabasePlatform
      extended by com.avaje.ebean.config.dbplatform.SqlAnywherePlatform

public class SqlAnywherePlatform
extends DatabasePlatform

Sybase SQL Anywhere specific platform.


Constructor Summary
SqlAnywherePlatform()
           
 
Method Summary
 
Methods inherited from class com.avaje.ebean.config.dbplatform.DatabasePlatform
completeSql, convertQuotedIdentifiers, createSequenceIdGenerator, getBlobDbType, getBooleanDbType, getClobDbType, getCloseQuote, getDbDdlSyntax, getDbEncrypt, getDbIdentity, getDbTypeMap, getName, getOpenQuote, getSqlLimiter, isIdInExpandedForm, isSelectCountWithAlias, isTreatEmptyStringsAsNull, setDbEncrypt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlAnywherePlatform

public SqlAnywherePlatform()


Copyright © 2012. All Rights Reserved.