Uses of Record Class
org.apache.cayenne.dba.NativeColumnType
Packages that use NativeColumnType
Package
Description
Contains database adapter API (DbAdapter) and its default implementation.
IBM DB2 DbAdapter.
Apache Derby DbAdapter.
FrontBase DbAdapter.
HSQLDB DbAdapter.
MySQL DbAdapter.
Oracle DbAdapter.
PostgreSQL DbAdapter.
MS SQLServer DbAdapter.
Sybase DbAdapter.
-
Uses of NativeColumnType in org.apache.cayenne.dba
Methods in org.apache.cayenne.dba that return NativeColumnTypeModifier and TypeMethodDescriptionNativeColumnType.asAutoIncrement()Returns a copy of this type flagged as the auto-increment variant, e.g.NativeColumnType.asUnconstrained()Returns a copy of this type flagged as the unconstrained variant, i.e. one that may be used for a character column with no max length and rendered without a length suffix, e.g.protected NativeColumnType[]JdbcAdapter.createNativeTypes()Returns the database-native types supported by this adapter.AutoAdapter.nativeColumnTypes(int type) DbAdapter.nativeColumnTypes(int type) Returns the database-native types that the given JDBCtype(seeTypes) maps to, or null if the type is not supported.JdbcAdapter.nativeColumnTypes(int type) static NativeColumnTypeCreates a plain native type.default NativeColumnTypeDbAdapter.preferredNativeColumnType(DbAttribute column) -
Uses of NativeColumnType in org.apache.cayenne.dba.db2
Methods in org.apache.cayenne.dba.db2 that return NativeColumnType -
Uses of NativeColumnType in org.apache.cayenne.dba.derby
Methods in org.apache.cayenne.dba.derby that return NativeColumnType -
Uses of NativeColumnType in org.apache.cayenne.dba.firebird
Methods in org.apache.cayenne.dba.firebird that return NativeColumnTypeModifier and TypeMethodDescriptionprotected NativeColumnType[]FirebirdAdapter.createNativeTypes() -
Uses of NativeColumnType in org.apache.cayenne.dba.frontbase
Methods in org.apache.cayenne.dba.frontbase that return NativeColumnTypeModifier and TypeMethodDescriptionprotected NativeColumnType[]FrontBaseAdapter.createNativeTypes() -
Uses of NativeColumnType in org.apache.cayenne.dba.h2
Methods in org.apache.cayenne.dba.h2 that return NativeColumnType -
Uses of NativeColumnType in org.apache.cayenne.dba.hsqldb
Methods in org.apache.cayenne.dba.hsqldb that return NativeColumnType -
Uses of NativeColumnType in org.apache.cayenne.dba.ingres
Methods in org.apache.cayenne.dba.ingres that return NativeColumnType -
Uses of NativeColumnType in org.apache.cayenne.dba.mysql
Methods in org.apache.cayenne.dba.mysql that return NativeColumnType -
Uses of NativeColumnType in org.apache.cayenne.dba.oracle
Methods in org.apache.cayenne.dba.oracle that return NativeColumnType -
Uses of NativeColumnType in org.apache.cayenne.dba.postgres
Methods in org.apache.cayenne.dba.postgres that return NativeColumnTypeModifier and TypeMethodDescriptionprotected NativeColumnType[]PostgresAdapter.createNativeTypes() -
Uses of NativeColumnType in org.apache.cayenne.dba.sqlite
Methods in org.apache.cayenne.dba.sqlite that return NativeColumnType -
Uses of NativeColumnType in org.apache.cayenne.dba.sqlserver
Methods in org.apache.cayenne.dba.sqlserver that return NativeColumnTypeModifier and TypeMethodDescriptionprotected NativeColumnType[]SQLServerAdapter.createNativeTypes() -
Uses of NativeColumnType in org.apache.cayenne.dba.sybase
Methods in org.apache.cayenne.dba.sybase that return NativeColumnType