public static class DBDatabaseDriver.DBSeqTable extends DBTable
DBRowSet.PartialMode
Modifier and Type | Field and Description |
---|---|
DBColumn |
C_SEQNAME |
DBColumn |
C_SEQVALUE |
DBColumn |
C_TIMESTAMP |
columnReferences, columns, comment, db, log, primaryKey, timestampColumn
CTX_ALIAS, CTX_ALL, CTX_DEFAULT, CTX_FULLNAME, CTX_NAME, CTX_NOPARENTHESES, CTX_VALUE
Constructor and Description |
---|
DBSeqTable(String tableName,
DBDatabase db)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Object |
getNextValue(String SeqName,
long minValue,
Connection conn) |
addColumn, addColumn, addColumn, addColumn, addColumn, addColumn, addColumn, addColumn, addColumn, addIndex, addIndex, addIndex, addSQL, addTimestampColumn, checkUniqueConstraints, clone, clone, crateAndAppendColumn, createRecord, deleteRecord, getAlias, getDefaultCascadeDeleteAction, getForeignKeyRelations, getIndexes, getName, getPrimaryKey, initClonedFields, isUpdateable, key, removeIndex, setDefaultCascadeDeleteAction, setPrimaryKey
addColumnReference, addReferencedColumns, completeInitRecord, count, deleteAllReferences, deleteRecord, deleteReferenceRecords, equals, findById, getColumn, getColumn, getColumnExprAt, getColumnIndex, getColumnIndex, getColumnReferences, getColumns, getComment, getDatabase, getFullName, getId, getKeyColumns, getRecordKey, getRenameTablePhrase, getTimestampColumn, hashCode, initRecord, initRecord, isColumnReadOnly, isKeyColumn, prepareInitRecord, readRecord, readRecord, readRecord, recordExists, recordExists, setComment, setKeyConstraints, setTimestampColumn, updateRecord
getObjectValue, getValueClass
public DBColumn C_SEQNAME
public DBColumn C_SEQVALUE
public DBColumn C_TIMESTAMP
public DBSeqTable(String tableName, DBDatabase db)
tableName
- the table namedb
- the database objectpublic Object getNextValue(String SeqName, long minValue, Connection conn)
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.