|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.database.sql.SQLStatement | +--planetj.database.sql.CreateAliasStatement
Represents a SQL or JDBC CREATE ALIAS statement. Create Alias is used to create an alternte name for a table. Commonly on the iSeries, files can have multiple members. Since SQL does not play nice with multiple members, CREATE ALIAS can be used to create an alias that points to one member. WOW then operates against the alias and single member. Creation date: (1/16/2004 2:44:21 PM)
Field Summary |
Fields inherited from class planetj.database.sql.SQLStatement |
CALL_STATEMENT, className, CREATE_ALIAS_STATEMENT, DELETE_STATEMENT, INSERT_STATEMENT, SELECT_STATEMENT, UPDATE_STATEMENT |
Constructor Summary | |
CreateAliasStatement()
CreateAliasStatement constructor comment. |
|
CreateAliasStatement(String pOriginalSQLString,
SQLContext context)
CreateAliasStatement constructor comment. |
Method Summary | |
List |
getTableTokens()
getTableTokens method comment. |
int |
getType()
This is a CREATE ALIAS, used commonly for multi member files |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CreateAliasStatement()
public CreateAliasStatement(String pOriginalSQLString, SQLContext context)
pOriginalSQLString
- java.lang.Stringcontext
- planetj.database.SQLContextMethod Detail |
public List getTableTokens()
public int getType()
getType
in class SQLStatement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |