atg.droplet.sql
Class SQLTableConfig

java.lang.Object
  extended by atg.droplet.sql.SQLTableConfig

public class SQLTableConfig
extends java.lang.Object

This class stores the information needed to manage a table's schema automatically. This includes the SQL used to define that table, perhaps defined separately each database.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
SQLTableConfig()
           
 
Method Summary
 java.io.File getDb2SQL()
           
 java.io.File getDefaultSQL()
           
 java.io.File getInformixSQL()
           
 java.io.File getMssqlSQL()
           
 java.io.File getOracleSQL()
           
 java.io.File getSolidSQL()
           
 java.io.File getSQL(java.lang.String pDBName)
          Returns the SQL File for the specified database.
 java.io.File getSybaseSQL()
           
 java.lang.String getTableName()
           
 void setDb2SQL(java.io.File pDb2SQL)
          Sets the property DB2SQL.
 void setDefaultSQL(java.io.File pDefaultSQL)
          Sets the property DefaultSQL.
 void setInformixSQL(java.io.File pInformixSQL)
          Sets the property InformixSQL.
 void setMssqlSQL(java.io.File pMssqlSQL)
          Sets the property MssqlSQL.
 void setOracleSQL(java.io.File pOracleSQL)
          Sets the property OracleSQL.
 void setSolidSQL(java.io.File pSolidSQL)
          Sets the property SolidSQL.
 void setSybaseSQL(java.io.File pSybaseSQL)
          Sets the property SybaseSQL.
 void setTableName(java.lang.String pTableName)
          Sets the property TableName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

SQLTableConfig

public SQLTableConfig()
Method Detail

setTableName

public void setTableName(java.lang.String pTableName)
Sets the property TableName.


getTableName

public java.lang.String getTableName()
Returns:
The value of the property TableName.

setDefaultSQL

public void setDefaultSQL(java.io.File pDefaultSQL)
Sets the property DefaultSQL.


getDefaultSQL

public java.io.File getDefaultSQL()
Returns:
The value of the property DefaultSQL.

setOracleSQL

public void setOracleSQL(java.io.File pOracleSQL)
Sets the property OracleSQL.


getOracleSQL

public java.io.File getOracleSQL()
Returns:
The value of the property OracleSQL.

setSybaseSQL

public void setSybaseSQL(java.io.File pSybaseSQL)
Sets the property SybaseSQL.


getSybaseSQL

public java.io.File getSybaseSQL()
Returns:
The value of the property SybaseSQL.

setMssqlSQL

public void setMssqlSQL(java.io.File pMssqlSQL)
Sets the property MssqlSQL.


getMssqlSQL

public java.io.File getMssqlSQL()
Returns:
The value of the property MssqlSQL.

setSolidSQL

public void setSolidSQL(java.io.File pSolidSQL)
Sets the property SolidSQL.


getSolidSQL

public java.io.File getSolidSQL()
Returns:
The value of the property SolidSQL.

setInformixSQL

public void setInformixSQL(java.io.File pInformixSQL)
Sets the property InformixSQL.


getInformixSQL

public java.io.File getInformixSQL()
Returns:
The value of the property InformixSQL.

setDb2SQL

public void setDb2SQL(java.io.File pDb2SQL)
Sets the property DB2SQL.


getDb2SQL

public java.io.File getDb2SQL()
Returns:
The value of the property DB2SQL.

getSQL

public java.io.File getSQL(java.lang.String pDBName)
Returns the SQL File for the specified database.