|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatabaseType | |
|---|---|
| net.java.ao | |
| net.java.ao.db | |
| net.java.ao.schema.ddl | |
| net.java.ao.schema.helper | |
| net.java.ao.types | |
| Uses of DatabaseType in net.java.ao |
|---|
| Methods in net.java.ao that return DatabaseType | ||
|---|---|---|
static
|
Common.getPrimaryKeyType(Class<? extends RawEntity<K>> type)
|
|
| Methods in net.java.ao with parameters of type DatabaseType | |
|---|---|
protected String |
DatabaseProvider.convertTypeToString(DatabaseType<?> type)
Converts the specified type into the database-specific DDL String value. |
| Uses of DatabaseType in net.java.ao.db |
|---|
| Methods in net.java.ao.db with parameters of type DatabaseType | |
|---|---|
protected String |
HSQLDatabaseProvider.convertTypeToString(DatabaseType<?> type)
|
protected String |
MySQLDatabaseProvider.convertTypeToString(DatabaseType<?> type)
|
protected String |
OracleDatabaseProvider.convertTypeToString(DatabaseType<?> type)
|
protected String |
PostgreSQLDatabaseProvider.convertTypeToString(DatabaseType<?> type)
|
protected String |
SQLServerDatabaseProvider.convertTypeToString(DatabaseType<?> type)
|
| Uses of DatabaseType in net.java.ao.schema.ddl |
|---|
| Methods in net.java.ao.schema.ddl that return DatabaseType | |
|---|---|
DatabaseType<?> |
DDLField.getType()
|
DatabaseType<?> |
DDLIndex.getType()
|
| Methods in net.java.ao.schema.ddl with parameters of type DatabaseType | |
|---|---|
void |
DDLField.setType(DatabaseType<?> type)
|
void |
DDLIndex.setType(DatabaseType<?> type)
|
| Uses of DatabaseType in net.java.ao.schema.helper |
|---|
| Methods in net.java.ao.schema.helper that return DatabaseType | |
|---|---|
DatabaseType<?> |
Field.getDatabaseType()
|
| Uses of DatabaseType in net.java.ao.types |
|---|
| Methods in net.java.ao.types that return DatabaseType | ||
|---|---|---|
|
TypeManager.getType(Class<T> javaType)
Returns the corresponding DatabaseType for a given Java
class. |
|
DatabaseType<?> |
TypeManager.getType(int sqlType)
Returns the corresponding DatabaseType for a given JDBC
integer type. |
|
| Methods in net.java.ao.types with parameters of type DatabaseType | |
|---|---|
void |
TypeManager.addType(DatabaseType<?> type)
Adds a new type to the container. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||