Package org.synchronoss.cpo.jdbc.meta
Class JdbcCpoMetaAdapter
java.lang.Object
org.synchronoss.cpo.core.meta.AbstractCpoMetaAdapter
org.synchronoss.cpo.jdbc.meta.JdbcCpoMetaAdapter
- All Implemented Interfaces:
CpoMetaAdapter
Builds and manages the Java to Datasource type mapping
- Author:
- dberry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the names of all native data types this meta adapter knows how to map.Gets the parser used to extract bind-marker/column information from this metadata source's native function expressions.Methods inherited from class org.synchronoss.cpo.core.meta.AbstractCpoMetaAdapter
getCpoClasses, getDataTypeInt, getDataTypeJavaClass, getDataTypeMapEntry, getDataTypeName, getMetaClass
-
Constructor Details
-
JdbcCpoMetaAdapter
public JdbcCpoMetaAdapter()Constructs a JdbcCpoMetaAdapter
-
-
Method Details
-
getExpressionParser
Description copied from interface:CpoMetaAdapterGets the parser used to extract bind-marker/column information from this metadata source's native function expressions.- Returns:
- the expression parser for this meta adapter
-
getAllowableDataTypes
Description copied from class:AbstractCpoMetaAdapterGets the names of all native data types this meta adapter knows how to map.- Specified by:
getAllowableDataTypesin interfaceCpoMetaAdapter- Overrides:
getAllowableDataTypesin classAbstractCpoMetaAdapter- Returns:
- the list of allowable native data type names
-