public abstract class TnAbstractBasicSqlCommand extends Object implements TnSqlCommand, SqlExecution
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected DataSource |
_dataSource |
protected StatementFactory |
_statementFactory |
| コンストラクタと説明 |
|---|
TnAbstractBasicSqlCommand(DataSource dataSource,
StatementFactory statementFactory)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
assertObjectNotNull(String variableName,
Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteexecuteprotected final DataSource _dataSource
protected final StatementFactory _statementFactory
public TnAbstractBasicSqlCommand(DataSource dataSource, StatementFactory statementFactory)
dataSource - The data source for a database connection. (NotNull)statementFactory - The factory of statement. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.