Package cronapi.jdbc
Interface DatabaseMetadata
- All Known Implementing Classes:
FirebirdMetadata,MSSQLMetadata,MySQLMetadata,OracleMetadata,PostegreSQLMetadata,SQLAnsiMetadata
public interface DatabaseMetadata
-
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)
-
Method Details
-
limit
String limit(net.sf.jsqlparser.statement.Statement statement, Connection connection, Integer top, Integer skip) throws Exception - Throws:
Exception
-
count
String count(net.sf.jsqlparser.statement.Statement statement, Connection connection) throws Exception - Throws:
Exception
-
getDictionary
- Throws:
SQLException
-
getGenerated
Map<String,Object> getGenerated(org.apache.olingo.odata2.api.edm.EdmEntityType entity, PreparedStatement ps, Connection connection) throws Exception - Throws:
Exception
-
getExpressionProvider
ExpressionProvider getExpressionProvider() -
getInsertSQL
-
getUpdateSQL
-
getDeleteSQL
-