クラス CountAllTablesCommand
- java.lang.Object
-
- com.sqlapp.data.db.command.AbstractCommand
-
- com.sqlapp.data.db.command.AbstractDataSourceCommand
-
- com.sqlapp.data.db.command.AbstractSchemaDataSourceCommand
-
- com.sqlapp.data.db.command.AbstractTableCommand
-
- com.sqlapp.data.db.command.CountAllTablesCommand
-
- すべての実装されたインタフェース:
java.lang.Runnable
public class CountAllTablesCommand extends AbstractTableCommand
-
-
フィールドの概要
-
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 CountAllTablesCommand()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 protected voiddoRun()OutputFormatTypegetOutputFormatType()voidsetOutputFormatType(OutputFormatType outputFormatType)-
クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractTableCommand
getExcludeSchemas, getExcludeTables, getIncludeSchemas, getIncludeTables, getMetadataReaderFilter, getSchemaReader, getSchemaReader, isOnlyCurrentCatalog, isOnlyCurrentSchema, setExcludeSchemas, setExcludeTables, setIncludeSchemas, setIncludeTables, setOnlyCurrentCatalog, setOnlyCurrentSchema
-
クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractSchemaDataSourceCommand
getSchemas, getSqlFactoryRegistry, setSqlFactoryRegistry
-
クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractDataSourceCommand
createOutputTextBuilder, getConnection, getConnectionHandler, getCurrentCatalogName, getCurrentSchemaName, getDataSource, getDialect, newConverters, releaseConnection, rollback, setConnection, setConnectionHandler, setDataSource, setDialect
-
クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractCommand
createJsonConverter, createYamlConverter, getContext, getConvertHandler, getErr, getExceptionHandler, initialize, initializeContext, println, run, setConvertHandler, setExceptionHandler
-
-
-
-
メソッドの詳細
-
doRun
protected void doRun()
- 定義:
doRunクラス内AbstractCommand
-
getOutputFormatType
public OutputFormatType getOutputFormatType()
- 戻り値:
- the outputFormatType
-
setOutputFormatType
public void setOutputFormatType(OutputFormatType outputFormatType)
- パラメータ:
outputFormatType- the outputFormatType to set
-
-