クラス DropObjectsExtension
java.lang.Object
com.sqlapp.gradle.plugins.extension.AbstractExtension
com.sqlapp.gradle.plugins.extension.AbstractDbExtension
com.sqlapp.gradle.plugins.extension.AbstractDbTableExtension
com.sqlapp.gradle.plugins.extension.DropObjectsExtension
- すべての実装されたインタフェース:
ConsoleOutputLevelTaskProperty,ContextTaskProperty,DataSourceTaskProperty,DebugTaskProperty,ObjectTargetTaskProperty,OnlyCurrentCatalogTaskProperty,OnlyCurrentSchemaTaskProperty,SchemaTargetTaskProperty,TableOptionTaskProperty,TableTargetTaskProperty
public abstract class DropObjectsExtension
extends AbstractDbTableExtension
implements OnlyCurrentCatalogTaskProperty, OnlyCurrentSchemaTaskProperty, SchemaTargetTaskProperty, ObjectTargetTaskProperty
DropObject用のExtension
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidcall(org.gradle.api.Action<DropObjectsExtension> cons) abstract org.gradle.api.provider.Property<String>abstract org.gradle.api.provider.Property<Boolean>オブジェクトのDROPを実施abstract org.gradle.api.provider.Property<Boolean>テーブルのDROPを実施abstract org.gradle.api.provider.Property<String>voidinitializeCommand(com.sqlapp.data.db.command.AbstractCommand command) クラスから継承されたメソッド com.sqlapp.gradle.plugins.extension.AbstractDbTableExtension
getTableOptions, setTableOptionsクラスから継承されたメソッド com.sqlapp.gradle.plugins.extension.AbstractExtension
getEnable, getProjectクラスから継承されたメソッド 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.ObjectTargetTaskProperty
excludeObjects, getExcludeObjects, getIncludeObjects, includeObjectsインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.OnlyCurrentCatalogTaskProperty
getOnlyCurrentCatalogインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.OnlyCurrentSchemaTaskProperty
getOnlyCurrentSchemaインタフェースから継承されたメソッド 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
-
コンストラクタの詳細
-
DropObjectsExtension
@Inject public DropObjectsExtension(org.gradle.api.Project project)
-
-
メソッドの詳細
-
call
-
getDropObjects
オブジェクトのDROPを実施 -
getDropTables
テーブルのDROPを実施 -
getPreDropTableSql
-
getAfterDropTableSql
-
initializeCommand
@Internal public void initializeCommand(com.sqlapp.data.db.command.AbstractCommand command) - オーバーライド:
initializeCommandクラス内AbstractExtension
-