クラス AbstractDbTableExtension
java.lang.Object
com.sqlapp.gradle.plugins.extension.AbstractExtension
com.sqlapp.gradle.plugins.extension.AbstractDbExtension
com.sqlapp.gradle.plugins.extension.AbstractDbTableExtension
- すべての実装されたインタフェース:
ConsoleOutputLevelTaskProperty,ContextTaskProperty,DataSourceTaskProperty,DebugTaskProperty,SchemaTargetTaskProperty,TableOptionTaskProperty,TableTargetTaskProperty
public abstract class AbstractDbTableExtension
extends AbstractDbExtension
implements SchemaTargetTaskProperty, TableTargetTaskProperty, TableOptionTaskProperty
Table用のExtension
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明com.sqlapp.data.db.sql.TableOptionsvoidsetTableOptions(com.sqlapp.data.db.sql.TableOptions tableOptions) クラスから継承されたメソッド com.sqlapp.gradle.plugins.extension.AbstractExtension
getEnable, getProject, initializeCommandクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.ConsoleOutputLevelTaskProperty
getConsoleOutputLevelインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.ContextTaskProperty
getParametersインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.DataSourceTaskProperty
dataSource, getDataSource, setDataSourceインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.DebugTaskProperty
getDebugインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.SchemaTargetTaskProperty
excludeSchemas, getExcludeSchemas, getIncludeSchemas, includeSchemas, setSchemaNameインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.TableOptionTaskProperty
tableOptionsインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.TableTargetTaskProperty
excludeTables, getExcludeTables, getIncludeTables, includeTables, setTableName
-
コンストラクタの詳細
-
AbstractDbTableExtension
@Inject protected AbstractDbTableExtension(org.gradle.api.Project project)
-
-
メソッドの詳細
-
getTableOptions
@Internal public com.sqlapp.data.db.sql.TableOptions getTableOptions()- 定義:
getTableOptionsインタフェース内TableOptionTaskProperty
-
setTableOptions
@Internal public void setTableOptions(com.sqlapp.data.db.sql.TableOptions tableOptions) - 定義:
setTableOptionsインタフェース内TableOptionTaskProperty
-