public class Oracle_SQLClause extends Object implements ISQLClause
| 构造器和说明 |
|---|
Oracle_SQLClause(String database)
Instantiates a new oracle SQL clause.
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getPKSQL()
Gets the pksql.
|
String |
getProcedureSQL()
Gets the procedure SQL.
|
String |
getSequence_SQL()
Gets the sequence SQL.
|
String |
getTableSQL()
Gets the table SQL.
|
String |
getViewSQL()
Gets the view SQL.
|
static void |
main(String[] args)
The main method.
|
public Oracle_SQLClause(String database)
database - the databasepublic String getTableSQL()
ISQLClausegetTableSQL 在接口中 ISQLClausepublic static void main(String[] args)
args - the argumentspublic String getPKSQL()
ISQLClausegetPKSQL 在接口中 ISQLClausepublic String getProcedureSQL()
ISQLClausegetProcedureSQL 在接口中 ISQLClausepublic String getViewSQL()
ISQLClausegetViewSQL 在接口中 ISQLClausepublic String getSequence_SQL()
ISQLClausegetSequence_SQL 在接口中 ISQLClauseCopyright © 2018. All rights reserved.