| java.lang.Object com.caucho.jdbc.JdbcMetaData com.caucho.jdbc.GenericMetaData com.caucho.jdbc.MysqlMetaData
createIdentitySQL | public String createIdentitySQL(String sqlType)(Code) | | Returns the identity property
|
getFalseLiteral | public String getFalseLiteral()(Code) | | Returns the literal for FALSE.
|
supportsIdentity | public boolean supportsIdentity()(Code) | | Returns true if identity is supported.
|
supportsPositionFunction | public boolean supportsPositionFunction()(Code) | | Returns true if the POSITION function is supported.
|
supportsUpdateTableList | public boolean supportsUpdateTableList()(Code) | | Returns true if table list with UPDATE is supported:
UPDATE table1 a, table2 b SET ...
|
Methods inherited from com.caucho.jdbc.GenericMetaData | public String createIdentitySQL(String sqlType)(Code)(Java Doc) public String createSequenceSQL(String name, int size)(Code)(Java Doc) public String getBlobType()(Code)(Java Doc) public String getCreateColumnSQL(int sqlType, int length, int precision, int scale)(Code)(Java Doc) protected String getCreateColumnSQLImpl(int sqlType, int length, int precision, int scale)(Code)(Java Doc) protected String getDefaultCreateTableSQL(int sqlType, int length, int precision, int scale)(Code)(Java Doc) public String getFalseLiteral()(Code)(Java Doc) public String getLongType()(Code)(Java Doc) public String selectSequenceSQL(String name)(Code)(Java Doc) public boolean supportsGetGeneratedKeys()(Code)(Java Doc) public boolean supportsIdentity()(Code)(Java Doc) public boolean supportsPositionFunction()(Code)(Java Doc) public boolean supportsSequences()(Code)(Java Doc) public boolean supportsUpdateTableAlias()(Code)(Java Doc) public boolean supportsUpdateTableList()(Code)(Java Doc)
|
|
|