Package cronapi.jdbc
Class MySQLMetadata
java.lang.Object
cronapi.jdbc.SQLAnsiMetadata
cronapi.jdbc.MySQLMetadata
- All Implemented Interfaces:
DatabaseMetadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncount(net.sf.jsqlparser.statement.Statement statement, Connection connection) org.apache.openjpa.jdbc.sql.DBDictionarygetDictionary(Connection connection) getGenerated(org.apache.olingo.odata2.api.edm.EdmEntityType entity, PreparedStatement ps, Connection connection) limit(net.sf.jsqlparser.statement.Statement statement, Connection connection, Integer top, Integer skip) Methods inherited from class cronapi.jdbc.SQLAnsiMetadata
getDeleteSQL, getInsertSQL, getUpdateSQLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cronapi.jdbc.DatabaseMetadata
getDeleteSQL, getInsertSQL, getUpdateSQL
-
Constructor Details
-
MySQLMetadata
public MySQLMetadata()
-
-
Method Details
-
limit
public String limit(net.sf.jsqlparser.statement.Statement statement, Connection connection, Integer top, Integer skip) throws Exception - Specified by:
limitin interfaceDatabaseMetadata- Overrides:
limitin classSQLAnsiMetadata- Throws:
Exception
-
count
- Specified by:
countin interfaceDatabaseMetadata- Overrides:
countin classSQLAnsiMetadata
-
getDictionary
public org.apache.openjpa.jdbc.sql.DBDictionary getDictionary(Connection connection) throws SQLException - Specified by:
getDictionaryin interfaceDatabaseMetadata- Overrides:
getDictionaryin classSQLAnsiMetadata- Throws:
SQLException
-
getGenerated
public Map<String,Object> getGenerated(org.apache.olingo.odata2.api.edm.EdmEntityType entity, PreparedStatement ps, Connection connection) throws Exception - Specified by:
getGeneratedin interfaceDatabaseMetadata- Overrides:
getGeneratedin classSQLAnsiMetadata- Throws:
Exception
-
getExpressionProvider
- Specified by:
getExpressionProviderin interfaceDatabaseMetadata- Overrides:
getExpressionProviderin classSQLAnsiMetadata
-