| Package | Description |
|---|---|
| net.java.ao.types |
| Modifier and Type | Method and Description |
|---|---|
SchemaProperties |
SchemaProperties.defaultValueAllowed(boolean defaultValueAllowed)
Returns a new instance with the same properties, but specifying whether or not a
column of this type can have a default value.
|
SchemaProperties |
TypeInfo.getSchemaProperties()
Returns the
SchemaProperties describing the SQL representation of this type,
as specified by the database provider. |
SchemaProperties |
SchemaProperties.jdbcWriteType(int jdbcWriteType)
Returns a new instance with the same properties, but specifying a JDBC type code.
|
SchemaProperties |
SchemaProperties.precisionAllowed(boolean precisionAllowed)
Returns a new instance with the same properties, but specifying whether or not the
SQL type can include a numeric precision qualifier.
|
SchemaProperties |
SchemaProperties.scaleAllowed(boolean scaleAllowed)
Returns a new instance with the same properties, but specifying whether or not the
SQL type can include a numeric scale qualifier.
|
static SchemaProperties |
SchemaProperties.schemaType(String sqlTypeName)
Constructs an instance that refers to the specified SQL type name (e.g.
|
SchemaProperties |
SchemaProperties.stringLengthAllowed(boolean stringLengthAllowed)
Returns a new instance with the same properties, but specifying whether or not the
SQL type can include a string length qualifier.
|
| Modifier and Type | Method and Description |
|---|---|
<T> TypeManager.Builder |
TypeManager.Builder.addMapping(LogicalType<T> logicalType,
SchemaProperties schemaProperties) |
<T> TypeManager.Builder |
TypeManager.Builder.addMapping(LogicalType<T> logicalType,
SchemaProperties schemaProperties,
TypeQualifiers qualifiers) |
| Constructor and Description |
|---|
TypeInfo(LogicalType<T> logicalType,
SchemaProperties schemaProperties,
TypeQualifiers defaultQualifiers) |
TypeInfo(LogicalType<T> logicalType,
SchemaProperties schemaProperties,
TypeQualifiers defaultQualifiers,
TypeQualifiers qualifiers) |
Copyright © 2007–2018. All rights reserved.