クラス TableSqlExecuteTask
java.lang.Object
org.gradle.api.internal.AbstractTask
org.gradle.api.DefaultTask
com.sqlapp.gradle.plugins.AbstractTask<T,S>
com.sqlapp.gradle.plugins.AbstractDbTask<com.sqlapp.data.db.command.TableSqlExecuteCommand,Void>
com.sqlapp.gradle.plugins.TableSqlExecuteTask
- すべての実装されたインタフェース:
CommitPerSqlTypeTaskProperty,CommitPerTableTaskProperty,ConsoleOutputLevelTaskProperty,ContextTaskProperty,DataSourceTaskProperty,DebugTaskProperty,OnlyCurrentCatalogTaskProperty,OnlyCurrentSchemaTaskProperty,SchemaOptionTaskProperty,SchemaTargetTaskProperty,SqlTypesTaskProperty,TableOptionTaskProperty,TableTargetTaskProperty,Comparable<org.gradle.api.Task>,org.gradle.api.internal.DynamicObjectAware,org.gradle.api.internal.TaskInternal,org.gradle.api.Named,org.gradle.api.plugins.ExtensionAware,org.gradle.api.Task,org.gradle.util.Configurable<org.gradle.api.Task>
@DisableCachingByDefault
public abstract class TableSqlExecuteTask
extends AbstractDbTask<com.sqlapp.data.db.command.TableSqlExecuteCommand,Void>
implements SchemaOptionTaskProperty, SchemaTargetTaskProperty, TableTargetTaskProperty, OnlyCurrentCatalogTaskProperty, OnlyCurrentSchemaTaskProperty, TableOptionTaskProperty, CommitPerTableTaskProperty, CommitPerSqlTypeTaskProperty, SqlTypesTaskProperty
-
ネストされたクラスの概要
インタフェースから継承されたネストされたクラス/インタフェース org.gradle.api.Named
org.gradle.api.Named.Namer -
フィールドの概要
インタフェースから継承されたフィールド org.gradle.api.Task
TASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidcall(org.gradle.api.Action<TableSqlExecuteTask> cons) protected com.sqlapp.data.db.command.TableSqlExecuteCommandprotected VoidcreateExtension(org.gradle.api.Project project) com.sqlapp.data.db.sql.TableOptionsvoidsetTableOptions(com.sqlapp.data.db.sql.TableOptions tableOptions) クラスから継承されたメソッド com.sqlapp.gradle.plugins.AbstractTask
exec, getExtension, getRuntimeClasspath, isDeleteTarget, runクラスから継承されたメソッド org.gradle.api.DefaultTask
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceクラスから継承されたメソッド org.gradle.api.internal.AbstractTask
acceptServiceReferences, appendParallelSafeAction, doNotTrackState, doNotTrackStateIf, getAsDynamicObject, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonsNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, restoreOnlyIf, restoreTaskActions, setImpliesSubProjectsクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.CommitPerSqlTypeTaskProperty
getCommitPerSqlTypeインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.CommitPerTableTaskProperty
getCommitPerTableインタフェースから継承されたメソッド 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.OnlyCurrentCatalogTaskProperty
getOnlyCurrentCatalogインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.OnlyCurrentSchemaTaskProperty
getOnlyCurrentSchemaインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.SchemaOptionTaskProperty
getSchemaOptions, schemaOptionsインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.SchemaTargetTaskProperty
excludeSchemas, getExcludeSchemas, getIncludeSchemas, includeSchemas, setSchemaNameインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.SqlTypesTaskProperty
getSqlTypesインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.TableOptionTaskProperty
tableOptionsインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.TableTargetTaskProperty
excludeTables, getExcludeTables, getIncludeTables, includeTables, setTableNameインタフェースから継承されたメソッド org.gradle.api.Task
doNotTrackState, notCompatibleWithConfigurationCache
-
コンストラクタの詳細
-
TableSqlExecuteTask
@Inject public TableSqlExecuteTask(org.gradle.api.model.ObjectFactory objectFactory)
-
-
メソッドの詳細
-
call
-
getTableOptions
@Internal public com.sqlapp.data.db.sql.TableOptions getTableOptions()- 定義:
getTableOptionsインタフェース内TableOptionTaskProperty
-
setTableOptions
public void setTableOptions(com.sqlapp.data.db.sql.TableOptions tableOptions) - 定義:
setTableOptionsインタフェース内TableOptionTaskProperty
-
createCommand
protected com.sqlapp.data.db.command.TableSqlExecuteCommand createCommand()- 定義:
createCommandクラス内AbstractTask<com.sqlapp.data.db.command.TableSqlExecuteCommand,Void>
-
createExtension
- 定義:
createExtensionクラス内AbstractTask<com.sqlapp.data.db.command.TableSqlExecuteCommand,Void>
-