クラス AbstractSqlCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.AbstractDataSourceCommand
com.sqlapp.data.db.command.AbstractSqlCommand
- すべての実装されたインタフェース:
Placeholders,Runnable
- 直系の既知のサブクラス:
SqlExecuteCommand,VersionUpCommand
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected com.sqlapp.jdbc.sql.SqlConverterprotected voidbooleanprotected voidrollback(Connection connection) voidsetEncoding(String encoding) voidsetFileDirectory(File fileDirectory) voidsetPlaceholderPrefix(String placeholderPrefix) voidsetPlaceholders(boolean placeholders) voidsetPlaceholderSuffix(String placeholderSuffix) クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractDataSourceCommand
createOutputTextBuilder, getConnection, getConnectionHandler, getCurrentCatalogName, getCurrentSchemaName, getDataSource, getDialect, newConverters, releaseConnection, setConnection, setConnectionHandler, setDataSource, setDialectクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractCommand
createJsonConverter, createYamlConverter, debug, debug, doRun, error, error, getConsoleOutputLevel, getContext, getConvertHandler, getErr, getExceptionHandler, info, info, initializeContext, run, setConsoleOutputLevel, setConvertHandler, setExceptionHandler
-
コンストラクタの詳細
-
AbstractSqlCommand
public AbstractSqlCommand()
-
-
メソッドの詳細
-
initialize
protected void initialize()- オーバーライド:
initializeクラス内AbstractCommand
-
rollback
- オーバーライド:
rollbackクラス内AbstractDataSourceCommand
-
getFileDirectory
- 戻り値:
- the fileDirectory
-
setFileDirectory
- パラメータ:
fileDirectory- the fileDirectory to set
-
getEncoding
- 戻り値:
- the encoding
-
setEncoding
- パラメータ:
encoding- the encoding to set
-
getPlaceholderPrefix
- 定義:
getPlaceholderPrefixインタフェース内Placeholders- 戻り値:
- the placeholderPrefix
-
setPlaceholderPrefix
- 定義:
setPlaceholderPrefixインタフェース内Placeholders- パラメータ:
placeholderPrefix- the placeholderPrefix to set
-
getPlaceholderSuffix
- 定義:
getPlaceholderSuffixインタフェース内Placeholders- 戻り値:
- the placeholderSuffix
-
setPlaceholderSuffix
- 定義:
setPlaceholderSuffixインタフェース内Placeholders- パラメータ:
placeholderSuffix- the placeholderSuffix to set
-
isPlaceholders
public boolean isPlaceholders()- 定義:
isPlaceholdersインタフェース内Placeholders- 戻り値:
- the placeholders
-
setPlaceholders
public void setPlaceholders(boolean placeholders) - 定義:
setPlaceholdersインタフェース内Placeholders- パラメータ:
placeholders- the placeholders to set
-
getSqlConverter
protected com.sqlapp.jdbc.sql.SqlConverter getSqlConverter()
-