- getBigDecimal(String) - Method in class com.github.fabienbarbero.sql.SQLRecord
-
- getBlob(String) - Method in class com.github.fabienbarbero.sql.SQLRecord
-
Get an optional
Blob from this record
- getBoolean(String) - Method in class com.github.fabienbarbero.sql.SQLRecord
-
Get an optional Boolean from this record
- getBytes(String) - Method in class com.github.fabienbarbero.sql.SQLRecord
-
Get an optional byte array from this record
- getCause() - Method in exception com.github.fabienbarbero.sql.SQLFaultException
-
- getClob(String) - Method in class com.github.fabienbarbero.sql.SQLRecord
-
Get an optional
Clob from this record
- getColumn(String) - Method in class com.github.fabienbarbero.sql.helper.SQLTable
-
- getColumnName() - Method in class com.github.fabienbarbero.sql.helper.SQLIndex
-
Get the column owning the index
- getColumns() - Method in class com.github.fabienbarbero.sql.helper.SQLTable
-
Get the table columns
- getColumns() - Method in class com.github.fabienbarbero.sql.SQLRecord
-
Get the available columns from this record
- getConnection() - Method in interface com.github.fabienbarbero.sql.HasSQLConnection
-
- getConnection() - Method in class com.github.fabienbarbero.sql.SQLAccess
-
- getConnection() - Method in class com.github.fabienbarbero.sql.SQLTransaction
-
- getDeleteRule() - Method in class com.github.fabienbarbero.sql.helper.SQLForeignKey
-
- getEnum(String, Class<E>) - Method in class com.github.fabienbarbero.sql.SQLRecord
-
Get an optional Enum from this record.
- getErrorCode() - Method in exception com.github.fabienbarbero.sql.SQLFaultException
-
Get the SQL error code.
- getFKColumnName() - Method in class com.github.fabienbarbero.sql.helper.SQLForeignKey
-
Get the column containing the foreign key
- getFKTableName() - Method in class com.github.fabienbarbero.sql.helper.SQLForeignKey
-
Get the table containing the foreign key
- getFloat(String) - Method in class com.github.fabienbarbero.sql.SQLRecord
-
Get an optional Float from this record
- getForeignKeys() - Method in class com.github.fabienbarbero.sql.helper.SQLColumn
-
Get the foreign keys for this column
- getIndexes() - Method in class com.github.fabienbarbero.sql.helper.SQLColumn
-
Get the indexes for this column
- getInstant(String) - Method in class com.github.fabienbarbero.sql.SQLRecord
-
Get an optional
Instant from this record
- getInteger(String) - Method in class com.github.fabienbarbero.sql.SQLRecord
-
Get an optional Integer from this record
- getLocalDate(String) - Method in class com.github.fabienbarbero.sql.SQLRecord
-
- getLocalTime(String) - Method in class com.github.fabienbarbero.sql.SQLRecord
-
- getLong(String) - Method in class com.github.fabienbarbero.sql.SQLRecord
-
Get an optional Long from this record
- getName() - Method in class com.github.fabienbarbero.sql.helper.SQLColumn
-
Get the column name
- getName() - Method in class com.github.fabienbarbero.sql.helper.SQLForeignKey
-
Get the key name
- getName() - Method in class com.github.fabienbarbero.sql.helper.SQLIndex
-
Get the index name
- getName() - Method in class com.github.fabienbarbero.sql.helper.SQLTable
-
Get the table name
- getName() - Method in class com.github.fabienbarbero.sql.SQLRecord.Column
-
Get the column name
- getName() - Method in class com.github.fabienbarbero.sql.SQLSavepoint
-
Get the savepoint name
- getOrdering() - Method in class com.github.fabienbarbero.sql.helper.SQLIndex
-
Get the index ordering
- getPKColumnName() - Method in class com.github.fabienbarbero.sql.helper.SQLForeignKey
-
Get the column containing the primary key
- getPKTableName() - Method in class com.github.fabienbarbero.sql.helper.SQLForeignKey
-
Get the table containing the primary key
- getPrimaryColumns() - Method in class com.github.fabienbarbero.sql.helper.SQLTable
-
Get the primary columns for this table
- getPrimaryKey() - Method in interface com.github.fabienbarbero.sql.BaseEntity
-
- getPrimaryKey() - Method in class com.github.fabienbarbero.sql.UUIDBaseEntity
-
- getShort(String) - Method in class com.github.fabienbarbero.sql.SQLRecord
-
Get an optional Short from this record
- getSize() - Method in class com.github.fabienbarbero.sql.helper.SQLColumn
-
Get the column size
- getString(String) - Method in class com.github.fabienbarbero.sql.SQLRecord
-
Get an optional String from this record
- getTable(String) - Method in class com.github.fabienbarbero.sql.helper.SQLHelper
-
- getTable() - Method in class com.github.fabienbarbero.sql.SQLRecord.Column
-
Get the table name containing the column
- getTableName() - Method in class com.github.fabienbarbero.sql.helper.SQLColumn
-
Get the table owning this column
- getTableName() - Method in class com.github.fabienbarbero.sql.helper.SQLIndex
-
Get the table owning the index
- getTables() - Method in class com.github.fabienbarbero.sql.helper.SQLHelper
-
Get the tables information
- getType() - Method in class com.github.fabienbarbero.sql.helper.SQLColumn
-
Get the column type (see java.sql.Types)
- getUpdateRule() - Method in class com.github.fabienbarbero.sql.helper.SQLForeignKey
-
- getUuid() - Method in class com.github.fabienbarbero.sql.UUIDBaseEntity
-