|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.database.sql.SQLToken | +--planetj.database.sql.ColumnToken
Field Summary |
Fields inherited from class planetj.database.sql.SQLToken |
WHITE_SPACE |
Constructor Summary | |
ColumnToken(String pToken,
SQLStatement pStatement)
ColumnToken constructor comment. |
Method Summary | |
String |
getCompleteToken()
|
FieldDescriptorRow |
getFieldDescriptor()
Gets the FieldDescriptor for this database column referenced by this token |
FieldDescriptorRow |
getFieldDescriptor(String pSystemAlias)
Gets the FieldDescriptor for this database column referenced by this token |
String |
getLibraryName()
Insert the method's description here. |
String |
getName()
|
Table |
getTable(String pSystemAlias)
Gets the Table in which the column referenced by this ColumnToken exists. |
String |
getTableName()
Gets the name of the table the column exists in. |
void |
setCompleteToken(String token)
|
void |
setDisplayColumnName(String pName)
|
ColumnToken |
setFieldDescriptor(FieldDescriptorRow pFDRow)
Sets the FieldDescriptor for this database column referenced by this token. |
void |
setToken(String token)
|
String |
toString()
|
Methods inherited from class planetj.database.sql.SQLToken |
getStatement, getToken, isTokenParameter, isTokenWhiteSpace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ColumnToken(String pToken, SQLStatement pStatement)
pToken
- String to create this token from.Method Detail |
public FieldDescriptorRow getFieldDescriptor() throws CMException
CMException
setFieldDescriptor
public FieldDescriptorRow getFieldDescriptor(String pSystemAlias) throws CMException
CMException
setFieldDescriptor
public String getLibraryName()
public void setDisplayColumnName(String pName)
public String getName()
public Table getTable(String pSystemAlias) throws CMException
CMException
public String getTableName()
public String getCompleteToken()
public void setCompleteToken(String token)
public ColumnToken setFieldDescriptor(FieldDescriptorRow pFDRow) throws CMException
CMException
public void setToken(String token)
setToken
in class SQLToken
public String toString()
toString
in class SQLToken
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |