atg.cortex
Class TypeInfo

java.lang.Object
  extended by atg.cortex.TypeInfo

public class TypeInfo
extends java.lang.Object

Represents some properties from the database TypeInfo metadata.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
TypeInfo()
           
 
Method Summary
 java.lang.String getCREATE_PARAMS()
          SQL data type from java.sql.Types
 int getDATA_TYPE()
          SQL data type from java.sql.Types
static ResultSetProcessor getResultSetProcessor()
           
 java.lang.String getTYPE_NAME()
          Type name
static TypeInfo[] getTypeInfoList(java.sql.Connection pConnection)
          Returns a list of the TypeInfo objects for a database through the specified Connection.
 void setCREATE_PARAMS(java.lang.String val)
           
 void setDATA_TYPE(int val)
           
 void setTYPE_NAME(java.lang.String val)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

TypeInfo

public TypeInfo()
Method Detail

getTYPE_NAME

public java.lang.String getTYPE_NAME()
Type name


getDATA_TYPE

public int getDATA_TYPE()
SQL data type from java.sql.Types


getCREATE_PARAMS

public java.lang.String getCREATE_PARAMS()
SQL data type from java.sql.Types


setTYPE_NAME

public void setTYPE_NAME(java.lang.String val)

setDATA_TYPE

public void setDATA_TYPE(int val)

setCREATE_PARAMS

public void setCREATE_PARAMS(java.lang.String val)

getResultSetProcessor

public static ResultSetProcessor getResultSetProcessor()

getTypeInfoList

public static TypeInfo[] getTypeInfoList(java.sql.Connection pConnection)
                                  throws java.sql.SQLException
Returns a list of the TypeInfo objects for a database through the specified Connection.

Throws:
java.sql.SQLException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object