Interface IDatabaseStatement
-
- All Known Implementing Classes:
AddColumn,AddForeignKeyConstraint,AddResourceBundleErrors,AddResourceType,AddVersionDAO,AllocateJobs,BackfillResourceChangeLog,ClearStaleAllocations,ClearVersionHistoryDAO,ConfigureConnectionDAO,CreateCanonicalValuesTmp,CreateCodeSystemsTmp,CreateCommonTokenValuesTmp,CreateDistributedTableDAO,CreateIndexStatement,CreateOrReplaceViewDAO,CreateReferenceTableDAO,DropColumn,DropForeignKeyConstraint,DropIndex,DropPrimaryKey,DropTable,DropView,DropViewDAO,GetLogicalIds,GetResourceTypes,InitializeLogicalResourceDenorms,LoaderInstanceHeartbeat,MarkBundleDone,MergeResources,MergeResourceTypes,MergeResourceTypesPostgres,MigrateV0014LogicalResourceIsDeletedLastUpdated,MigrateV0021AbstractTypeRemoval,MigrateV0027LogicalResourceIdent,PopulateParameterNames,PopulateResourceTypes,PostgresFillfactorSettingDAO,PostgresVacuumSettingDAO,RecordLogicalId,RecordLogicalIdList,UpdateSchemaVersion,UpdateSchemaVersionPostgresql
public interface IDatabaseStatementDefinition of the Database Statement
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(IDatabaseTranslator translator, java.sql.Connection c)Execute the statement using the connection.
-
-
-
Method Detail
-
run
void run(IDatabaseTranslator translator, java.sql.Connection c)
Execute the statement using the connection.- Parameters:
translator- to translate any exceptionsc-
-
-