|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.id.dbid.spi.jdbc.JDBCNames
public class JDBCNames
Nested Class Summary | |
---|---|
static class |
JDBCNames.IDTable
This class defines the columns in the TransactionID table. |
Field Summary | |
---|---|
static java.lang.String |
INSERT_ID_BLOCK
Sql statement use to insert an ID in the TransactionID table |
static java.lang.String |
SELECT_ID_BLOCK
Sql statement use to select an ID from the TransactionID table |
static long |
START_ID
|
static java.lang.String |
UPDATE_ID_BLOCK
Sql statement use to update an ID in the TransactionID table |
Constructor Summary | |
---|---|
JDBCNames()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long START_ID
public static final java.lang.String SELECT_ID_BLOCK
public static final java.lang.String UPDATE_ID_BLOCK
public static final java.lang.String INSERT_ID_BLOCK
Constructor Detail |
---|
public JDBCNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |