Uses of Class
tilda.enums.DBStringType
-
Packages that use DBStringType Package Description tilda.db tilda.db.stores tilda.enums -
-
Uses of DBStringType in tilda.db
Methods in tilda.db that return DBStringType Modifier and Type Method Description DBStringType
Connection. getDBStringType(int Size)
For String Columns, checks is the Database would type as a CHARACTER, VARCHAR, or TEXT (or whatever the equivalents are across different databases). -
Uses of DBStringType in tilda.db.stores
Methods in tilda.db.stores that return DBStringType Modifier and Type Method Description DBStringType
BigQuery. getDBStringType(int Size)
DBStringType
DBType. getDBStringType(int Size)
DBStringType
MSSQL. getDBStringType(int Size)
DBStringType
PostgreSQL. getDBStringType(int Size)
-
Uses of DBStringType in tilda.enums
Methods in tilda.enums that return DBStringType Modifier and Type Method Description static DBStringType
DBStringType. parse(java.lang.String Str)
static DBStringType
DBStringType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DBStringType[]
DBStringType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-