org.asyrinx.brownie.jdbc
クラス SqlLoadableStatement
java.lang.Object
org.asyrinx.brownie.core.util.Wrapper
org.asyrinx.brownie.jdbc.wrapper.StatementWrapper
org.asyrinx.brownie.jdbc.SqlLoadableStatement
- すべての実装インタフェース:
- java.sql.Statement
- public final class SqlLoadableStatement
- extends StatementWrapper
- 作成者:
- akima
インタフェース java.sql.Statement から継承したフィールド |
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO |
クラス org.asyrinx.brownie.jdbc.wrapper.StatementWrapper から継承したメソッド |
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlLoadableStatement
SqlLoadableStatement(java.sql.Statement source,
StreamFactoryFacade baseStreamFactory)
- パラメータ:
source
-
load
protected final java.lang.String load(java.lang.String key)
throws java.sql.SQLException
- 例外:
java.sql.SQLException
executeFromFile
public boolean executeFromFile(java.lang.String sqlKey)
throws java.sql.SQLException
- 例外:
java.sql.SQLException
- 関連項目:
org.asyrinx.jdbc.wrapper.StatementWrapper#execute(java.lang.String)
executeFromFile
public boolean executeFromFile(java.lang.String sqlKey,
int autoGeneratedKeys)
throws java.sql.SQLException
- 例外:
java.sql.SQLException
- 関連項目:
org.asyrinx.jdbc.wrapper.StatementWrapper#execute(java.lang.String,
int)
executeFromFile
public boolean executeFromFile(java.lang.String sqlKey,
int[] columnIndexes)
throws java.sql.SQLException
- 例外:
java.sql.SQLException
- 関連項目:
org.asyrinx.jdbc.wrapper.StatementWrapper#execute(java.lang.String,
int[])
executeFromFile
public boolean executeFromFile(java.lang.String sqlKey,
java.lang.String[] columnNames)
throws java.sql.SQLException
- 例外:
java.sql.SQLException
- 関連項目:
org.asyrinx.jdbc.wrapper.StatementWrapper#execute(java.lang.String,
java.lang.String[])
executeQueryFromFile
public java.sql.ResultSet executeQueryFromFile(java.lang.String sqlKey)
throws java.sql.SQLException
- 例外:
java.sql.SQLException
- 関連項目:
org.asyrinx.jdbc.wrapper.StatementWrapper#executeQuery(java.lang.String)
executeUpdateFromFile
public int executeUpdateFromFile(java.lang.String sqlKey)
throws java.sql.SQLException
- 例外:
java.sql.SQLException
- 関連項目:
org.asyrinx.jdbc.wrapper.StatementWrapper#executeUpdate(java.lang.String)
executeUpdateFromFile
public int executeUpdateFromFile(java.lang.String sqlKey,
int autoGeneratedKeys)
throws java.sql.SQLException
- 例外:
java.sql.SQLException
- 関連項目:
org.asyrinx.jdbc.wrapper.StatementWrapper#executeUpdate(java.lang.String,
int)
executeUpdateFromFile
public int executeUpdateFromFile(java.lang.String sqlKey,
int[] columnIndexes)
throws java.sql.SQLException
- 例外:
java.sql.SQLException
- 関連項目:
org.asyrinx.jdbc.wrapper.StatementWrapper#executeUpdate(java.lang.String,
int[])
executeUpdateFromFile
public int executeUpdateFromFile(java.lang.String sqlKey,
java.lang.String[] columnNames)
throws java.sql.SQLException
- 例外:
java.sql.SQLException
- 関連項目:
org.asyrinx.jdbc.wrapper.StatementWrapper#executeUpdate(java.lang.String,
java.lang.String[])
Copyright © 2004 asyrinx organization. All Rights Reserved.