Uses of Class
tilda.enums.StatementType
-
Packages that use StatementType Package Description tilda.data._Tilda tilda.data.tmp._Tilda tilda.db tilda.enums tilda.performance -
-
Uses of StatementType in tilda.data._Tilda
Methods in tilda.data._Tilda with parameters of type StatementType Modifier and Type Method Description protected static voidTILDA__2_5. handleFinally(java.sql.PreparedStatement PS, long T0, java.lang.String TableName, StatementType ST, int count, java.util.List<java.sql.Array> AllocatedArrays) -
Uses of StatementType in tilda.data.tmp._Tilda
Methods in tilda.data.tmp._Tilda with parameters of type StatementType Modifier and Type Method Description protected static voidTILDA__2_5. handleFinally(java.sql.PreparedStatement PS, long T0, java.lang.String TableName, StatementType ST, int count, java.util.List<java.sql.Array> AllocatedArrays) -
Uses of StatementType in tilda.db
Fields in tilda.db declared as StatementType Modifier and Type Field Description protected StatementTypeQueryHelper. _STMethods in tilda.db with parameters of type StatementType Modifier and Type Method Description protected static booleanQueryHelper. opOK(StatementType st, QueryHelper.S s)Constructors in tilda.db with parameters of type StatementType Constructor Description QueryHelper(Connection C, StatementType ST, java.lang.String SchemaName, java.lang.String TableName, boolean FullSelect) -
Uses of StatementType in tilda.enums
Methods in tilda.enums that return StatementType Modifier and Type Method Description static StatementTypeStatementType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StatementType[]StatementType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StatementType in tilda.performance
Methods in tilda.performance with parameters of type StatementType Modifier and Type Method Description static voidPerfTracker. add(java.lang.String TableName, StatementType Type, long DurationNano, int Count)Adds new perf information for the named table.static voidPerfTracker. add(java.lang.String TableName, StatementType Type, long DurationNano, int Count, java.lang.String warnings)Adds new perf information for the named table.voidTableInfo. add(StatementType Type, long nano, int Count)
-