public final class CreateTableInfo
extends java.lang.Object
Constructor and Description |
---|
CreateTableInfo(UserInfo userInfo,
java.sql.Connection rConn,
java.sql.Connection cConn,
boolean remoteDatabase,
boolean backup) |
Modifier and Type | Method and Description |
---|---|
java.sql.Connection |
getCreateConn() |
java.lang.String |
getCreateDBType() |
java.sql.Connection |
getRegisterConn() |
java.sql.PreparedStatement |
getSelStmtMaxCols() |
java.sql.PreparedStatement |
getSelStmtMaxSequence() |
java.sql.PreparedStatement |
getUpdStmtMaxSequence() |
UserInfo |
getUserInfo() |
boolean |
ifBackupTable() |
boolean |
ifCreateInMaximo() |
boolean |
ifMxInExists() |
boolean |
ifMxOutExists() |
void |
setMxInExists(boolean mxInExists) |
void |
setMxOutExists(boolean mxOutExists) |
public CreateTableInfo(UserInfo userInfo, java.sql.Connection rConn, java.sql.Connection cConn, boolean remoteDatabase, boolean backup) throws java.lang.Exception
java.lang.Exception
public boolean ifMxInExists()
public void setMxInExists(boolean mxInExists)
public boolean ifMxOutExists()
public void setMxOutExists(boolean mxOutExists)
public boolean ifCreateInMaximo()
public java.lang.String getCreateDBType()
public UserInfo getUserInfo()
public java.sql.Connection getCreateConn()
public boolean ifBackupTable()
public java.sql.Connection getRegisterConn()
public java.sql.PreparedStatement getSelStmtMaxCols()
public java.sql.PreparedStatement getSelStmtMaxSequence()
public java.sql.PreparedStatement getUpdStmtMaxSequence()