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 void
Connection. 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.String
BigQuery. getColumnType(ColumnType Type, java.lang.Integer Size, ColumnMode M, boolean isCollection, java.lang.Integer Precision, java.lang.Integer Scale)
void
CommonStoreImpl. 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.String
CommonStoreImpl. getColumnType(ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection, java.lang.Integer Precision, java.lang.Integer Scale)
void
DBType. getColumnType(java.lang.StringBuilder Str, ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection, java.lang.Integer Precision, java.lang.Integer Scale)
void
MSSQL. 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.String
MSSQL. getColumnType(ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection)
java.lang.String
PostgreSQL. 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 ColumnMode
ColumnMode. parse(java.lang.String Str)
static ColumnMode
ColumnMode. 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 ColumnMode
Column. _Mode
Constructors 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 void
ColumnDefinition. 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.String
ColumnDefinition. getColumnType(Connection C, ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection, java.lang.Integer Precision, java.lang.Integer Scale)
-