protected static class TnIdentifierAbstractGenerator.TnIdentifierGeneratorStatementFactory extends Object implements StatementFactory
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
TnIdentifierGeneratorStatementFactory() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CallableStatement |
createCallableStatement(Connection conn,
String sql) |
PreparedStatement |
createPreparedStatement(Connection conn,
String sql) |
protected SQLExceptionHandler |
createSQLExceptionHandler() |
protected SQLExceptionResource |
createSQLExceptionResource() |
protected void |
handleSQLException(SQLException e,
SQLExceptionResource resource) |
public PreparedStatement createPreparedStatement(Connection conn, String sql)
createPreparedStatement インタフェース内 StatementFactorypublic CallableStatement createCallableStatement(Connection conn, String sql)
createCallableStatement インタフェース内 StatementFactoryprotected void handleSQLException(SQLException e, SQLExceptionResource resource)
protected SQLExceptionHandler createSQLExceptionHandler()
protected SQLExceptionResource createSQLExceptionResource()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.