Uses of Class
tilda.enums.ColumnMode
-
Packages that use ColumnMode Package Description tilda.db tilda.db.stores tilda.enums tilda.parsing.parts tilda.types -
-
Uses of ColumnMode in tilda.db
Methods in tilda.db with parameters of type ColumnMode Modifier and Type Method Description voidConnection. getColumnType(java.lang.StringBuilder Str, ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection, java.lang.Integer Precision, java.lang.Integer Scale) -
Uses of ColumnMode in tilda.db.stores
Methods in tilda.db.stores with parameters of type ColumnMode Modifier and Type Method Description java.lang.StringBigQuery. getColumnType(ColumnType Type, java.lang.Integer Size, ColumnMode M, boolean isCollection, java.lang.Integer Precision, java.lang.Integer Scale)voidCommonStoreImpl. getColumnType(java.lang.StringBuilder Str, ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection, java.lang.Integer Precision, java.lang.Integer Scale)abstract java.lang.StringCommonStoreImpl. getColumnType(ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection, java.lang.Integer Precision, java.lang.Integer Scale)voidDBType. getColumnType(java.lang.StringBuilder Str, ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection, java.lang.Integer Precision, java.lang.Integer Scale)voidMSSQL. getColumnType(java.lang.StringBuilder Str, ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection, java.lang.Integer Precision, java.lang.Integer Scale)java.lang.StringMSSQL. getColumnType(ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection)java.lang.StringPostgreSQL. getColumnType(ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection, java.lang.Integer Precision, java.lang.Integer Scale) -
Uses of ColumnMode in tilda.enums
Methods in tilda.enums that return ColumnMode Modifier and Type Method Description static ColumnModeColumnMode. parse(java.lang.String Str)static ColumnModeColumnMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ColumnMode[]ColumnMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ColumnMode in tilda.parsing.parts
Fields in tilda.parsing.parts declared as ColumnMode Modifier and Type Field Description ColumnModeColumn. _ModeConstructors in tilda.parsing.parts with parameters of type ColumnMode Constructor Description Column(java.lang.String name, java.lang.String typeStr, java.lang.Integer size, boolean nullable, boolean allowEmpty, ColumnMode mode, boolean invariant, ProtectionType protect, java.lang.String Description, java.lang.Integer Precision, java.lang.Integer Scale, java.lang.String maskDef, TZMode tzMode) -
Uses of ColumnMode in tilda.types
Methods in tilda.types with parameters of type ColumnMode Modifier and Type Method Description voidColumnDefinition. getColumnType(Connection C, java.lang.StringBuilder Str, ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection, java.lang.Integer Precision, java.lang.Integer Scale)java.lang.StringColumnDefinition. getColumnType(Connection C, ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection, java.lang.Integer Precision, java.lang.Integer Scale)
-