Uses of Class
com.jbstrap.core.meta.SQLDataDescriptor
-
Uses of SQLDataDescriptor in com.jbstrap.core.meta
Modifier and TypeMethodDescriptionSQLDataDescriptor.copy()
Creates a copy of the DataDescriptorSQLDataDescriptor.setDeleteStatement
(String deleteStatement) Sets an SQL statement used by the SQL DataDescriptor to delete a record.SQLDataDescriptor.setInsertStatement
(String insertStatement) Sets the INSERT statement used to insert records in the database by the SQL DataDescriptor.SQLDataDescriptor.setSelectStatement
(String selectStatement) Sets the SELECT statement specified for the SQL DataDescriptor.SQLDataDescriptor.setUpdateStatement
(String updateStatement) Sets an UPDATE SQL statement for the SQL DataDescriptor.