Package cronapi.jdbc
Class OracleMetadata
- java.lang.Object
-
- cronapi.jdbc.SQLAnsiMetadata
-
- cronapi.jdbc.OracleMetadata
-
- All Implemented Interfaces:
DatabaseMetadata
public class OracleMetadata extends SQLAnsiMetadata implements DatabaseMetadata
-
-
Constructor Summary
Constructors Constructor Description OracleMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcount(net.sf.jsqlparser.statement.Statement statement, Connection connection)org.apache.openjpa.jdbc.sql.DBDictionarygetDictionary(Connection connection)org.apache.olingo.odata2.jpa.processor.core.ExpressionProvidergetExpressionProvider()Map<String,Object>getGenerated(org.apache.olingo.odata2.api.edm.EdmEntityType entity, PreparedStatement ps, Connection connection)Stringlimit(net.sf.jsqlparser.statement.Statement statement, Connection connection, Integer top, Integer skip)-
Methods inherited from class cronapi.jdbc.SQLAnsiMetadata
getDeleteSQL, getInsertSQL, getUpdateSQL
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cronapi.jdbc.DatabaseMetadata
getDeleteSQL, getInsertSQL, getUpdateSQL
-
-
-
-
Method Detail
-
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
public String count(net.sf.jsqlparser.statement.Statement statement, Connection connection)
- 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
public org.apache.olingo.odata2.jpa.processor.core.ExpressionProvider getExpressionProvider()
- Specified by:
getExpressionProviderin interfaceDatabaseMetadata- Overrides:
getExpressionProviderin classSQLAnsiMetadata
-
-