com.metamatrix.common.id.dbid.spi.jdbc
Class JDBCNames

java.lang.Object
  extended by com.metamatrix.common.id.dbid.spi.jdbc.JDBCNames

public class JDBCNames
extends java.lang.Object


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

START_ID

public static final long START_ID
See Also:
Constant Field Values

SELECT_ID_BLOCK

public static final java.lang.String SELECT_ID_BLOCK
Sql statement use to select an ID from the TransactionID table

See Also:
Constant Field Values

UPDATE_ID_BLOCK

public static final java.lang.String UPDATE_ID_BLOCK
Sql statement use to update an ID in the TransactionID table

See Also:
Constant Field Values

INSERT_ID_BLOCK

public static final java.lang.String INSERT_ID_BLOCK
Sql statement use to insert an ID in the TransactionID table

See Also:
Constant Field Values
Constructor Detail

JDBCNames

public JDBCNames()


Copyright © 2009. All Rights Reserved.