Uses of Class
com.mckoi.database.TBooleanType
-
Packages that use TBooleanType Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of TBooleanType in com.mckoi.database
Fields in com.mckoi.database declared as TBooleanType Modifier and Type Field Description static TBooleanType
TType. BOOLEAN_TYPE
A default boolean (SQL BIT) type.
-