public class MySQL_SQLClause extends Object implements ISQLClause
| 构造器和说明 |
|---|
MySQL_SQLClause(String database)
Instantiates a new my SQ L 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()
COMMENTS TABLE_NAME COLUMN_NAME DATA_TYPE DATA_LENGTH COLUMN_ID NULLABLE
COMMENTS.
|
static void |
main(String[] args)
The main method.
|
public MySQL_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 getSequence_SQL()
ISQLClausegetSequence_SQL 在接口中 ISQLClausepublic String getViewSQL()
getViewSQL 在接口中 ISQLClauseCopyright © 2018. All rights reserved.