Uses of Class
net.java.ao.types.SchemaProperties

Packages that use SchemaProperties
net.java.ao.types   
 

Uses of SchemaProperties in net.java.ao.types
 

Methods in net.java.ao.types that return SchemaProperties
 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.
 

Methods in net.java.ao.types with parameters of type SchemaProperties
<T> TypeManager.Builder
TypeManager.Builder.addMapping(LogicalType<T> logicalType, SchemaProperties schemaProperties)
           
<T> TypeManager.Builder
TypeManager.Builder.addMapping(LogicalType<T> logicalType, SchemaProperties schemaProperties, TypeQualifiers qualifiers)
           
 

Constructors in net.java.ao.types with parameters of type SchemaProperties
TypeInfo(LogicalType<T> logicalType, SchemaProperties schemaProperties, TypeQualifiers defaultQualifiers)
           
TypeInfo(LogicalType<T> logicalType, SchemaProperties schemaProperties, TypeQualifiers defaultQualifiers, TypeQualifiers qualifiers)
           
 



Copyright © 2007-2014. All Rights Reserved.