Uses of Class
tilda.enums.ColumnType
-
-
Uses of ColumnType in tilda.analyzer.bean
Fields in tilda.analyzer.bean declared as ColumnType Modifier and Type Field Description ColumnType
Column. _TildaType
-
Uses of ColumnType in tilda.db
Methods in tilda.db with parameters of type ColumnType Modifier and Type Method Description static java.util.Collection<?>
JDBCHelper. getArray(java.sql.ResultSet RS, int i, ColumnType Type, boolean isSet)
static java.util.Collection<?>
JDBCHelper. getArray(java.sql.ResultSet RS, java.lang.String colName, ColumnType Type, boolean isSet)
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)
void
Connection. setArray(java.sql.PreparedStatement PS, int i, ColumnType Type, java.util.List<java.sql.Array> allocatedArrays, char[] val)
void
Connection. setArray(java.sql.PreparedStatement PS, int i, ColumnType Type, java.util.List<java.sql.Array> allocatedArrays, long[] val)
void
Connection. setArray(java.sql.PreparedStatement PS, int i, ColumnType Type, java.util.List<java.sql.Array> allocatedArrays, java.lang.String[] val)
void
Connection. setArray(java.sql.PreparedStatement PS, int i, ColumnType Type, java.util.List<java.sql.Array> allocatedArrays, java.util.Collection<?> val)
-
Uses of ColumnType in tilda.db.metadata
Fields in tilda.db.metadata declared as ColumnType Modifier and Type Field Description ColumnType
ColumnMeta. _TildaType
-
Uses of ColumnType in tilda.db.stores
Methods in tilda.db.stores that return ColumnType Modifier and Type Method Description protected ColumnType
BigQuery. getSubTypeMapping(java.lang.String Name, java.lang.String TypeName, ColumnType TildaType)
protected abstract ColumnType
CommonStoreImpl. getSubTypeMapping(java.lang.String Name, java.lang.String TypeName, ColumnType TildaType)
protected ColumnType
PostgreSQL. getSubTypeMapping(java.lang.String Name, java.lang.String TypeName, ColumnType TildaType)
Methods in tilda.db.stores with parameters of type ColumnType 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)
java.lang.String
CommonStoreImpl. getColumnType(Column C, ColumnType AggregateType)
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)
java.lang.String
DBType. getColumnType(Column C, ColumnType AggregateType)
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
MSSQL. getColumnType(Column C, ColumnType AggregateType)
java.lang.String
PostgreSQL. getColumnType(ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection, java.lang.Integer Precision, java.lang.Integer Scale)
java.lang.String
BigQuery. getColumnTypeRaw(ColumnType Type, int Size, boolean Calculated, boolean isCollection, boolean MultiOverride)
java.lang.String
CommonStoreImpl. getColumnTypeRaw(ColumnType Type, int Size, boolean isCollection)
abstract java.lang.String
CommonStoreImpl. getColumnTypeRaw(ColumnType Type, int Size, boolean Calculated, boolean isCollection, boolean MultiOverride)
java.lang.String
DBType. getColumnTypeRaw(ColumnType Type, int Size, boolean isArray)
java.lang.String
MSSQL. getColumnTypeRaw(ColumnType Type, int Size, boolean isArray)
java.lang.String
PostgreSQL. getColumnTypeRaw(ColumnType Type, int Size, boolean Calculated, boolean isCollection, boolean MultiOverride)
protected ColumnType
BigQuery. getSubTypeMapping(java.lang.String Name, java.lang.String TypeName, ColumnType TildaType)
protected abstract ColumnType
CommonStoreImpl. getSubTypeMapping(java.lang.String Name, java.lang.String TypeName, ColumnType TildaType)
protected ColumnType
PostgreSQL. getSubTypeMapping(java.lang.String Name, java.lang.String TypeName, ColumnType TildaType)
void
CommonStoreImpl. setArray(Connection C, java.sql.PreparedStatement PS, int i, ColumnType Type, java.util.List<java.sql.Array> allocatedArrays, java.util.Collection<?> val)
void
DBType. setArray(Connection Con, java.sql.PreparedStatement PS, int i, ColumnType Type, java.util.List<java.sql.Array> allocatedArrays, java.util.Collection<?> val)
void
MSSQL. setArray(Connection C, java.sql.PreparedStatement PS, int i, ColumnType Type, java.util.List<java.sql.Array> allocatedArrays, java.util.Collection<?> val)
-
Uses of ColumnType in tilda.enums
Fields in tilda.enums declared as ColumnType Modifier and Type Field Description static ColumnType[][]
ColumnType. _CompatibleDBTypes
static ColumnType[][]
ColumnType. _CompatibleTypes
Methods in tilda.enums that return ColumnType Modifier and Type Method Description ColumnType
AggregateType. getType(java.lang.String fullColumnName, ColumnType T, boolean needsTZ)
static ColumnType
ColumnType. parse(java.lang.String str)
static ColumnType
ColumnType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ColumnType[]
ColumnType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tilda.enums with parameters of type ColumnType Modifier and Type Method Description static java.lang.String
ColumnType. getCompatibleDBTypesString(ColumnType Type)
static java.lang.String
ColumnType. getCompatibleTypesString(ColumnType Type)
ColumnType
AggregateType. getType(java.lang.String fullColumnName, ColumnType T, boolean needsTZ)
boolean
AggregateType. isCompatible(java.lang.String fullColumnName, ColumnType type, boolean needsTZ)
boolean
ColumnType. isCompatible(ColumnType Type)
boolean
ColumnType. isDBCompatible(ColumnType Type)
static boolean
ColumnType. isNumber(ColumnType Type)
-
Uses of ColumnType in tilda.generation.bigquery
Fields in tilda.generation.bigquery declared as ColumnType Modifier and Type Field Description ColumnType
BigQueryType. _T
Methods in tilda.generation.bigquery with parameters of type ColumnType Modifier and Type Method Description static BigQueryType
BigQueryType. get(ColumnType T)
-
Uses of ColumnType in tilda.generation.java8
Fields in tilda.generation.java8 declared as ColumnType Modifier and Type Field Description ColumnType
JavaJDBCType. _T
Methods in tilda.generation.java8 with parameters of type ColumnType Modifier and Type Method Description static JavaJDBCType
JavaJDBCType. get(ColumnType T)
static java.lang.String
JavaJDBCType. getFieldTypeBaseClass(ColumnType T)
static java.lang.Class<?>
JavaJDBCType. getFieldTypeBaseClassClass(ColumnType T)
static java.lang.String
Helper. NVPValueCast(Column C, ColumnType CastTo)
static java.lang.String
Helper. printGetterCode(java.lang.String prefix, java.lang.String getterStr, java.lang.String colName, ColumnType type, boolean collection, java.lang.String maskDef)
-
Uses of ColumnType in tilda.generation.postgres9
Fields in tilda.generation.postgres9 declared as ColumnType Modifier and Type Field Description ColumnType
PostgresType. _T
Methods in tilda.generation.postgres9 with parameters of type ColumnType Modifier and Type Method Description static PostgresType
PostgresType. get(ColumnType T)
java.lang.String
Sql. getColumnType(Column C, ColumnType AggregateType)
java.lang.String
Sql. getColumnTypeRaw(ColumnType Type, int Size, boolean isCollection)
java.lang.String
Sql. getColumnTypeRaw(ColumnType Type, int Size, boolean Calculated, boolean isCollection, boolean MultiOverride)
-
Uses of ColumnType in tilda.generation.sqlserver2014
Fields in tilda.generation.sqlserver2014 declared as ColumnType Modifier and Type Field Description ColumnType
SQLServerType. _T
Methods in tilda.generation.sqlserver2014 with parameters of type ColumnType Modifier and Type Method Description static SQLServerType
SQLServerType. get(ColumnType T)
java.lang.String
Sql. getColumnType(Column C, ColumnType AggregateType)
java.lang.String
Sql. getColumnTypeRaw(ColumnType Type, int Size, boolean isArray)
-
Uses of ColumnType in tilda.grammar
Methods in tilda.grammar that return ColumnType Modifier and Type Method Description ColumnType
TypeManager. peek()
Methods in tilda.grammar with parameters of type ColumnType Modifier and Type Method Description void
WhereClauseCodeGen. binEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type, boolean not)
void
WhereClauseCodeGenJava. binEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type, boolean not)
void
WhereClauseCodeGenTildaQL. binEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type, boolean not)
void
WhereClauseCodeGen. binGreaterThan(java.util.List<ColumnDefinition> Columns, ColumnType Type)
void
WhereClauseCodeGenJava. binGreaterThan(java.util.List<ColumnDefinition> Columns, ColumnType Type)
void
WhereClauseCodeGenTildaQL. binGreaterThan(java.util.List<ColumnDefinition> Columns, ColumnType Type)
void
WhereClauseCodeGen. binGreaterThanOrEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type)
void
WhereClauseCodeGenJava. binGreaterThanOrEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type)
void
WhereClauseCodeGenTildaQL. binGreaterThanOrEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type)
void
WhereClauseCodeGen. binLessThan(java.util.List<ColumnDefinition> Columns, ColumnType Type)
void
WhereClauseCodeGenJava. binLessThan(java.util.List<ColumnDefinition> Columns, ColumnType Type)
void
WhereClauseCodeGenTildaQL. binLessThan(java.util.List<ColumnDefinition> Columns, ColumnType Type)
void
WhereClauseCodeGen. binLessThanOrEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type)
void
WhereClauseCodeGenJava. binLessThanOrEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type)
void
WhereClauseCodeGenTildaQL. binLessThanOrEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type)
boolean
TypeManager. handleType(ColumnType Type, org.antlr.v4.runtime.ParserRuleContext ctx)
boolean
TypeManager. replaceType(ColumnType Type, java.lang.String Token)
java.lang.String
WhereClauseCodeGen. valueListClose(ColumnType Type)
java.lang.String
WhereClauseCodeGenJava. valueListClose(ColumnType Type)
java.lang.String
WhereClauseCodeGenTildaQL. valueListClose(ColumnType Type)
-
Uses of ColumnType in tilda.grammar.servlets
Fields in tilda.grammar.servlets declared as ColumnType Modifier and Type Field Description ColumnType
ColDefJson. _Type
-
Uses of ColumnType in tilda.parsing.parts
Fields in tilda.parsing.parts declared as ColumnType Modifier and Type Field Description ColumnType
OutputMap. _NVPValueType
ColumnType
Field. _Type
protected ColumnType
TypeDef. _Type
Methods in tilda.parsing.parts that return ColumnType Modifier and Type Method Description ColumnType
TypeDef. getType()
ColumnType
ViewColumn. getType()
Returns the final type of the view column, which is the expression's type if defined, or else sameAs' type.ColumnType
ViewColumnWrapper. getType()
Constructors in tilda.parsing.parts with parameters of type ColumnType Constructor Description Column(java.lang.String Name, ColumnType Type, java.lang.String Description)
-
Uses of ColumnType in tilda.parsing.parts.helpers
Methods in tilda.parsing.parts.helpers with parameters of type ColumnType Modifier and Type Method Description protected static void
ValueHelper. CheckColumnValue(ParserSession PS, java.lang.String Label, java.lang.String ColFullName, ColumnType ColType, boolean ColCollection, int ColSize, java.lang.String Name, java.lang.String Value, DefaultType Default)
static boolean
ValueHelper. isSuported(ColumnType colType)
static java.lang.String
ValueHelper. printValueJava(java.lang.String colName, ColumnType colType, boolean isCollection, java.lang.String val, java.lang.String getterStr)
static java.lang.String
ValueHelper. printValueSQL(CodeGenSql sqlGen, java.lang.String colName, ColumnType colType, boolean isCollection, java.lang.String val)
-
Uses of ColumnType in tilda.types
Methods in tilda.types that return ColumnType Modifier and Type Method Description ColumnType
ColumnDefinition. getType()
Methods in tilda.types with parameters of type ColumnType Modifier and Type Method Description static ColumnDefinition
ColumnDefinition. create(java.lang.String SchemaName, java.lang.String TableName, java.lang.String ColumnName, ColumnType Type, boolean Collection, boolean Nullable, java.lang.String 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)
Constructors in tilda.types with parameters of type ColumnType Constructor Description ColumnDefinition(java.lang.String SchemaName, java.lang.String TableName, java.lang.String ColumnName, int Count, ColumnType Type, boolean Collection, int Size, java.lang.String Description, java.lang.String[] expressionStrs, java.lang.String[] expressionDependencyColumnNames, java.lang.String[][] values)
ColumnDefinition(java.lang.String SchemaName, java.lang.String TableName, java.lang.String ColumnName, int Count, ColumnType Type, boolean Collection, java.lang.String Description)
ColumnDefinition(java.lang.String SchemaName, java.lang.String TableName, java.lang.String ColumnName, int Count, ColumnType Type, boolean Collection, java.lang.String Description, java.lang.String[] expressionStrs, java.lang.String[] expressionDependencyColumnNames)
ColumnDefinition(java.lang.String SchemaName, java.lang.String TableName, java.lang.String ColumnName, int Count, ColumnType Type, boolean Collection, java.lang.String Description, java.lang.String[] expressionStrs, java.lang.String[] expressionDependencyColumnNames, java.lang.String[][] values)
-