Uses of Class
com.github.drinkjava2.jdialects.Type

Packages that use Type
com.github.drinkjava2.jdialects   
com.github.drinkjava2.jdialects.model   
 

Uses of Type in com.github.drinkjava2.jdialects
 

Fields in com.github.drinkjava2.jdialects with type parameters of type Type
protected  Map<Type,String> Dialect.typeMappings
           
 

Methods in com.github.drinkjava2.jdialects that return Type
static Type Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Type[] Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.github.drinkjava2.jdialects that return types with arguments of type Type
 Map<Type,String> Dialect.getTypeMappings()
           
 

Methods in com.github.drinkjava2.jdialects with parameters of type Type
protected  String Dialect.translateToDDLType(Type type, Integer... lengths)
          Transfer jdialect.Type to a real dialect's ddl type, lengths is optional for some types
 

Uses of Type in com.github.drinkjava2.jdialects.model
 

Methods in com.github.drinkjava2.jdialects.model that return Type
 Type Column.getColumnType()
           
 

Methods in com.github.drinkjava2.jdialects.model with parameters of type Type
 void Column.setColumnType(Type columnType)
           
 



Copyright © 2017. All rights reserved.