Uses of Class
com.gengoai.sql.object.SQLObject
-
Packages that use SQLObject Package Description com.gengoai.sql.object com.gengoai.sql.sqlite com.gengoai.sql.statement -
-
Uses of SQLObject in com.gengoai.sql.object
Subclasses of SQLObject in com.gengoai.sql.object Modifier and Type Class Description class
Index
Represents an index on one or more columns in a table.class
Table
The type Table.class
Trigger
Defines an SQL Trigger -
Uses of SQLObject in com.gengoai.sql.sqlite
Subclasses of SQLObject in com.gengoai.sql.sqlite Modifier and Type Class Description class
SQLiteFullTextTable
The type Sq lite full text table. -
Uses of SQLObject in com.gengoai.sql.statement
Constructors in com.gengoai.sql.statement with parameters of type SQLObject Constructor Description Create(@NonNull SQLObject object)
Instantiates a new Create.Drop(@NonNull SQLObject object)
Instantiates a new Drop Statement.
-