public class AddColumn extends AbstractDML
dialect| 限定符和类型 | 方法和说明 |
|---|---|
protected java.sql.PreparedStatement |
createPreparedStatementByValidatedParameters(java.sql.Connection conn)
通过指定的数据库连接生成带有合法参数的SQL执行体
|
java.lang.String |
toStatementSQLString(Dialect dialect,
java.sql.Connection conn) |
applyDialect, createPreparedStatement, getTable, setTable, validateprotected java.sql.PreparedStatement createPreparedStatementByValidatedParameters(java.sql.Connection conn)
throws java.sql.SQLException
AbstractDMLcreatePreparedStatementByValidatedParameters 在类中 AbstractDMLconn - 数据库连接java.sql.SQLExceptionpublic java.lang.String toStatementSQLString(Dialect dialect, java.sql.Connection conn)