-
getColumn
-
-
getColumnDefinitions
-
Get the column definitions for given table.
-
getColumnDefinitions
-
Get the column definitions for given table.
-
getColumnDefinitions
-
Get the column definitions for given table.
-
getColumnDefinitions
-
Get the column definitions for given table.
-
getColumnMetaData
-
-
getColumnMetaData
-
Returns the column details.
-
getColumnMetaData
-
Returns the column details.
-
getColumns
-
-
getCompositeKeysCriteria
-
Construct a "pk IN ('key1', 'key2', ...)" criteria.
-
getConstraintKeys
-
Gets the primary and foreign key details for the given table.
-
getConstraintKeys
-
Not implemented, Mysql does not always have foreign key constraints.
-
getConstraintKeys
-
Not implemented, sqlite does not have foreign key constraints.
-
getConstraintKeys
-
Gets the primary and foreign key details for the given table.
-
getCountRecordsCommand
-
Command to count the number of record matching the criteria.
-
getDbConnection
-
-
getDefaultSchema
-
-
getDefaultValue
-
-
getDefaultValue
-
-
getDefaultValue
-
-
getDeleteByCriteriaCommand
-
SQL command to delete records by criteria
-
getDeleteByPkCommand
-
SQL command to delete records by primary keys.
-
getDeleteCommand
-
SQL database command to delete an active record.
-
getFindByCriteriaCommand
-
SQL database command for finding records using a criteria object.
-
getFindByPkCommand
-
SQL database command for finding the record by primary keys.
-
getFindBySqlCommand
-
Sql command with parameters binded.
-
getFindInPksCommand
-
SQL database command for finding records by a list of primary keys.
-
getForeignKeys
-
Gets foreign relationship constraint keys and table name
-
getForeignKeys
-
-
getInsertableColumns
-
Gets the columns that can be inserted into the database.
-
getInsertColumNames
-
Gets the comma delimited string of fields name for insert command.
-
getInsertColumnValues
-
Gets the comma delimited string of name bindings for insert command.
-
getInsertCommand
-
SQL database command for insert a new record.
-
getIsPrimaryKey
-
-
getIsPrimaryKey
-
-
getIsPrimaryKey
-
-
getIsView
-
-
getIsView
-
-
getLength
-
-
getName
-
-
getName
-
-
getName
-
-
getNotNull
-
-
getNotNull
-
-
getNotNull
-
-
getObjectKeyValues
-
Returns a list of name value pairs from the object.
-
getOrdering
-
-
getOrdering
-
-
getOrdering
-
-
getPrimaryKeyCriteria
-
Construct search criteria using primary key names
-
getPrimaryKeys
-
Gets the primary key field names
-
getPrimaryKeys
-
-
getSelectionColumns
-
-
getSequenceName
-
-
getSequenceName
-
-
getSequenceName
-
-
getSerialName
-
-
getSqlFromCriteria
-
-
getSqlFromCriteria
-
Build the SQL search string from the criteria object for Postgress database.
-
getSqlFromCriteria
-
Build the SQL search string from the criteria object for Postgress database.
-
getSqlFromCriteria
-
Build the SQL search string from the criteria object for Postgress database.
-
getTableMetaData
-
-
getTableName
-
-
getType
-
-
getType
-
-
getType
-
-
getUpdatableColumns
-
Gets the columns that will be updated, it exculdes primary key columns and record properties that are null.
-
getUpdateBindings
-
Gets a comma delimited string of name parameters for update.
-
getUpdateCommand
-
SQL database command to update an active record.