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 ColumnTypeColumn. _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)voidConnection. getColumnType(java.lang.StringBuilder Str, ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection, java.lang.Integer Precision, java.lang.Integer Scale)voidConnection. setArray(java.sql.PreparedStatement PS, int i, ColumnType Type, java.util.List<java.sql.Array> allocatedArrays, char[] val)voidConnection. setArray(java.sql.PreparedStatement PS, int i, ColumnType Type, java.util.List<java.sql.Array> allocatedArrays, long[] val)voidConnection. setArray(java.sql.PreparedStatement PS, int i, ColumnType Type, java.util.List<java.sql.Array> allocatedArrays, java.lang.String[] val)voidConnection. 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 ColumnTypeColumnMeta. _TildaType -
Uses of ColumnType in tilda.db.stores
Methods in tilda.db.stores that return ColumnType Modifier and Type Method Description protected ColumnTypeBigQuery. getSubTypeMapping(java.lang.String Name, java.lang.String TypeName, ColumnType TildaType)protected abstract ColumnTypeCommonStoreImpl. getSubTypeMapping(java.lang.String Name, java.lang.String TypeName, ColumnType TildaType)protected ColumnTypePostgreSQL. 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.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)java.lang.StringCommonStoreImpl. getColumnType(Column C, ColumnType AggregateType)voidDBType. 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.StringDBType. getColumnType(Column C, ColumnType AggregateType)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.StringMSSQL. getColumnType(Column C, ColumnType AggregateType)java.lang.StringPostgreSQL. getColumnType(ColumnType T, java.lang.Integer S, ColumnMode M, boolean Collection, java.lang.Integer Precision, java.lang.Integer Scale)java.lang.StringBigQuery. getColumnTypeRaw(ColumnType Type, int Size, boolean Calculated, boolean isCollection, boolean MultiOverride)java.lang.StringCommonStoreImpl. getColumnTypeRaw(ColumnType Type, int Size, boolean isCollection)abstract java.lang.StringCommonStoreImpl. getColumnTypeRaw(ColumnType Type, int Size, boolean Calculated, boolean isCollection, boolean MultiOverride)java.lang.StringDBType. getColumnTypeRaw(ColumnType Type, int Size, boolean isArray)java.lang.StringMSSQL. getColumnTypeRaw(ColumnType Type, int Size, boolean isArray)java.lang.StringPostgreSQL. getColumnTypeRaw(ColumnType Type, int Size, boolean Calculated, boolean isCollection, boolean MultiOverride)protected ColumnTypeBigQuery. getSubTypeMapping(java.lang.String Name, java.lang.String TypeName, ColumnType TildaType)protected abstract ColumnTypeCommonStoreImpl. getSubTypeMapping(java.lang.String Name, java.lang.String TypeName, ColumnType TildaType)protected ColumnTypePostgreSQL. getSubTypeMapping(java.lang.String Name, java.lang.String TypeName, ColumnType TildaType)voidCommonStoreImpl. setArray(Connection C, java.sql.PreparedStatement PS, int i, ColumnType Type, java.util.List<java.sql.Array> allocatedArrays, java.util.Collection<?> val)voidDBType. setArray(Connection Con, java.sql.PreparedStatement PS, int i, ColumnType Type, java.util.List<java.sql.Array> allocatedArrays, java.util.Collection<?> val)voidMSSQL. 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. _CompatibleDBTypesstatic ColumnType[][]ColumnType. _CompatibleTypesMethods in tilda.enums that return ColumnType Modifier and Type Method Description ColumnTypeAggregateType. getType(java.lang.String fullColumnName, ColumnType T, boolean needsTZ)static ColumnTypeColumnType. parse(java.lang.String str)static ColumnTypeColumnType. 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.StringColumnType. getCompatibleDBTypesString(ColumnType Type)static java.lang.StringColumnType. getCompatibleTypesString(ColumnType Type)ColumnTypeAggregateType. getType(java.lang.String fullColumnName, ColumnType T, boolean needsTZ)booleanAggregateType. isCompatible(java.lang.String fullColumnName, ColumnType type, boolean needsTZ)booleanColumnType. isCompatible(ColumnType Type)booleanColumnType. isDBCompatible(ColumnType Type)static booleanColumnType. isNumber(ColumnType Type) -
Uses of ColumnType in tilda.generation.bigquery
Fields in tilda.generation.bigquery declared as ColumnType Modifier and Type Field Description ColumnTypeBigQueryType. _TMethods in tilda.generation.bigquery with parameters of type ColumnType Modifier and Type Method Description static BigQueryTypeBigQueryType. get(ColumnType T) -
Uses of ColumnType in tilda.generation.java8
Fields in tilda.generation.java8 declared as ColumnType Modifier and Type Field Description ColumnTypeJavaJDBCType. _TMethods in tilda.generation.java8 with parameters of type ColumnType Modifier and Type Method Description static JavaJDBCTypeJavaJDBCType. get(ColumnType T)static java.lang.StringJavaJDBCType. getFieldTypeBaseClass(ColumnType T)static java.lang.Class<?>JavaJDBCType. getFieldTypeBaseClassClass(ColumnType T)static java.lang.StringHelper. NVPValueCast(Column C, ColumnType CastTo)static java.lang.StringHelper. 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 ColumnTypePostgresType. _TMethods in tilda.generation.postgres9 with parameters of type ColumnType Modifier and Type Method Description static PostgresTypePostgresType. get(ColumnType T)java.lang.StringSql. getColumnType(Column C, ColumnType AggregateType)java.lang.StringSql. getColumnTypeRaw(ColumnType Type, int Size, boolean isCollection)java.lang.StringSql. 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 ColumnTypeSQLServerType. _TMethods in tilda.generation.sqlserver2014 with parameters of type ColumnType Modifier and Type Method Description static SQLServerTypeSQLServerType. get(ColumnType T)java.lang.StringSql. getColumnType(Column C, ColumnType AggregateType)java.lang.StringSql. 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 ColumnTypeTypeManager. peek()Methods in tilda.grammar with parameters of type ColumnType Modifier and Type Method Description voidWhereClauseCodeGen. binEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type, boolean not)voidWhereClauseCodeGenJava. binEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type, boolean not)voidWhereClauseCodeGenTildaQL. binEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type, boolean not)voidWhereClauseCodeGen. binGreaterThan(java.util.List<ColumnDefinition> Columns, ColumnType Type)voidWhereClauseCodeGenJava. binGreaterThan(java.util.List<ColumnDefinition> Columns, ColumnType Type)voidWhereClauseCodeGenTildaQL. binGreaterThan(java.util.List<ColumnDefinition> Columns, ColumnType Type)voidWhereClauseCodeGen. binGreaterThanOrEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type)voidWhereClauseCodeGenJava. binGreaterThanOrEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type)voidWhereClauseCodeGenTildaQL. binGreaterThanOrEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type)voidWhereClauseCodeGen. binLessThan(java.util.List<ColumnDefinition> Columns, ColumnType Type)voidWhereClauseCodeGenJava. binLessThan(java.util.List<ColumnDefinition> Columns, ColumnType Type)voidWhereClauseCodeGenTildaQL. binLessThan(java.util.List<ColumnDefinition> Columns, ColumnType Type)voidWhereClauseCodeGen. binLessThanOrEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type)voidWhereClauseCodeGenJava. binLessThanOrEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type)voidWhereClauseCodeGenTildaQL. binLessThanOrEqual(java.util.List<ColumnDefinition> Columns, ColumnType Type)booleanTypeManager. handleType(ColumnType Type, org.antlr.v4.runtime.ParserRuleContext ctx)booleanTypeManager. replaceType(ColumnType Type, java.lang.String Token)java.lang.StringWhereClauseCodeGen. valueListClose(ColumnType Type)java.lang.StringWhereClauseCodeGenJava. valueListClose(ColumnType Type)java.lang.StringWhereClauseCodeGenTildaQL. valueListClose(ColumnType Type) -
Uses of ColumnType in tilda.grammar.servlets
Fields in tilda.grammar.servlets declared as ColumnType Modifier and Type Field Description ColumnTypeColDefJson. _Type -
Uses of ColumnType in tilda.parsing.parts
Fields in tilda.parsing.parts declared as ColumnType Modifier and Type Field Description ColumnTypeOutputMap. _NVPValueTypeColumnTypeField. _Typeprotected ColumnTypeTypeDef. _TypeMethods in tilda.parsing.parts that return ColumnType Modifier and Type Method Description ColumnTypeTypeDef. getType()ColumnTypeViewColumn. getType()Returns the final type of the view column, which is the expression's type if defined, or else sameAs' type.ColumnTypeViewColumnWrapper. 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 voidValueHelper. 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 booleanValueHelper. isSuported(ColumnType colType)static java.lang.StringValueHelper. printValueJava(java.lang.String colName, ColumnType colType, boolean isCollection, java.lang.String val, java.lang.String getterStr)static java.lang.StringValueHelper. 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 ColumnTypeColumnDefinition. getType()Methods in tilda.types with parameters of type ColumnType Modifier and Type Method Description static ColumnDefinitionColumnDefinition. create(java.lang.String SchemaName, java.lang.String TableName, java.lang.String ColumnName, ColumnType Type, boolean Collection, boolean Nullable, java.lang.String 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)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)
-