public static class DBDatabaseDriver.DBSeqTable extends DBTable
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 |
---|
DBDatabaseDriver.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, addIndex, addIndex, addSQL, addTimestampColumn, clone, createRecord, deleteRecord, getAlias, getDefaultCascadeDeleteAction, getForeignKeyRelations, getIndexes, getName, getPrimaryKey, isUpdateable, setDefaultCascadeDeleteAction, setPrimaryKey
addColumnReference, addReferencedColumns, completeInitRecord, count, deleteAllReferences, deleteRecord, deleteReferenceRecords, equals, findById, getColumn, getColumn, getColumnIndex, getColumnIndex, getColumnReferences, getColumns, getComment, getDatabase, getFullName, getId, getKeyColumns, getRecordKey, getRenameTablePhrase, getTimestampColumn, hashCode, initRecord, initRecord, isColumnReadOnly, isKeyColumn, prepareInitRecord, readRecord, readRecord, recordExists, recordExists, setComment, setKeyConstraints, setTimestampColumn, updateRecord
getObjectValue, getValueClass
public DBColumn C_SEQNAME
public DBColumn C_SEQVALUE
public DBColumn C_TIMESTAMP
public DBDatabaseDriver.DBSeqTable(String tableName, DBDatabase db)
tableName
- the table namedb
- the database objectpublic Object getNextValue(String SeqName, long minValue, Connection conn)
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.