| Package | Description |
|---|---|
| com.holonplatform.datastore.jdbc.composer | |
| com.holonplatform.datastore.jdbc.composer.dialect |
| Modifier and Type | Method and Description |
|---|---|
static SQLType |
SQLType.create(int type)
Create a new
SQLType. |
static SQLType |
SQLType.create(int type,
String name)
Create a new
SQLType. |
| Modifier and Type | Method and Description |
|---|---|
default Optional<SQLType> |
SQLDialect.getSqlType(Class<?> javaType)
Get the SQL type which corresponds to given Java type for this dialect.
|
Optional<SQLType> |
SQLTypeConverter.getSqlType(SQLContext context,
Class<?> javaType)
Get the SQL type which corresponds to given Java type.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Class<?>> |
SQLTypeConverter.getJavaType(SQLContext context,
SQLType sqlType)
Get the Java type which corresponds to given SQL type.
|
default Optional<Class<?>> |
SQLDialect.getJavaType(SQLType sqlType)
Get the Java type which corresponds to given SQL type for this dialect.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SQLType> |
DerbyDialect.getSqlType(Class<?> javaType) |
Optional<SQLType> |
DB2Dialect.getSqlType(Class<?> javaType) |
Copyright © 2019 The Holon Platform. All rights reserved.