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, validate
protected java.sql.PreparedStatement createPreparedStatementByValidatedParameters(java.sql.Connection conn) throws java.sql.SQLException
AbstractDML
createPreparedStatementByValidatedParameters
在类中 AbstractDML
conn
- 数据库连接java.sql.SQLException
public java.lang.String toStatementSQLString(Dialect dialect, java.sql.Connection conn)