GemFire XD 1.5.0
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

A

ABSOLUTE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
addBasicConnectionOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
addBean(DynaBean) - Method in interface org.apache.ddlutils.io.DataSink
Adds a dyna bean.
addBean(DynaBean) - Method in class org.apache.ddlutils.io.DataToDatabaseSink
Adds a dyna bean.
addClusterStatement(String, Statement) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.ClusterStatistics
 
addColumn(IndexColumn) - Method in interface org.apache.ddlutils.model.Index
Adds a column that makes up this index.
addColumn(IndexColumn) - Method in class org.apache.ddlutils.model.IndexImplBase
Adds a column that makes up this index.
addColumn(Column) - Method in class org.apache.ddlutils.model.Table
Adds the given column.
addColumn(int, Column) - Method in class org.apache.ddlutils.model.Table
Adds the given column at the specified position.
addColumn(Column, Column) - Method in class org.apache.ddlutils.model.Table
Adds the column after the given previous column.
addColumn(Database, Table, Column) - Method in class org.apache.ddlutils.platform.firebird.FirebirdBuilder
Prints the SQL for adding a column to a table.
addColumn(Database, Table, Column) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Prints the SQL for adding a column to a table.
addColumn(Database, Table, Column) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Prints the SQL for adding a column to a table.
addColumn(Database, Table, Column) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlBuilder
Prints the SQL for adding a column to a table.
addColumn(Database, Table, Column) - Method in class org.apache.ddlutils.platform.sapdb.SapDbBuilder
Prints the SQL for adding a column to a table.
addColumn(Database, Table, Column) - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints the SQL for adding a column to a table.
addColumn(Database, Table, Column) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Prints the SQL for adding a column to a table.
AddColumnChange - Class in org.apache.ddlutils.alteration
Represents the addition of a column to a table.
AddColumnChange(String, Column, String, String) - Constructor for class org.apache.ddlutils.alteration.AddColumnChange
Creates a new change object.
addColumns(Collection) - Method in class org.apache.ddlutils.model.Table
Adds the given columns.
addCommand(Command) - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Adds a command.
addCommandOptions(Options) - Method in interface com.pivotal.gemfirexd.tools.internal.ToolsBase.ProcessCommand
Add options specific to the command.
addCommonOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
addCommonOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.JarTools
 
addCommonOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
addCommonReadTaskOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
addCommonTaskOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
addConfiguredConverter(DataConverterRegistration) - Method in class org.apache.ddlutils.task.ConvertingDatabaseCommand
Registers a converter.
addConfiguredDatabase(BasicDataSource) - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Adds the data source to use for accessing the database.
addConfiguredDatabase(BasicDataSource) - Method in class org.apache.ddlutils.task.DumpMetadataTask
Adds the data source to use for accessing the database.
addConfiguredDatabase(BasicDataSource) - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Adds the data source to use for accessing the database.
addConfiguredFileset(FileSet) - Method in class org.apache.ddlutils.task.DdlToDatabaseTask
Adds a fileset.
addConfiguredFileset(FileSet) - Method in class org.apache.ddlutils.task.WriteDataToDatabaseCommand
Adds a fileset.
addConfiguredParameter(Parameter) - Method in class org.apache.ddlutils.task.CreateDatabaseCommand
Adds a parameter which is a name-value pair.
addConfiguredParameter(TableSpecificParameter) - Method in class org.apache.ddlutils.task.DatabaseCommandWithCreationParameters
Adds a parameter which is a name-value pair.
addConnectionOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
addConnectionOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
addCreateDatabase(CreateDatabaseCommand) - Method in class org.apache.ddlutils.task.DdlToDatabaseTask
Adds the "create database"-command.
addDropDatabase(DropDatabaseCommand) - Method in class org.apache.ddlutils.task.DdlToDatabaseTask
Adds the "drop database"-command.
addDropTables(DropTablesCommand) - Method in class org.apache.ddlutils.task.DatabaseToDdlTask
Adds the "drop tables"-command.
addEncodingOption(Options) - Method in class com.pivotal.gemfirexd.tools.internal.MiscTools
 
addEquivalentOnDeleteActions(CascadeActionEnum, CascadeActionEnum) - Method in class org.apache.ddlutils.PlatformInfo
Registers the given pair of ON DELETE actions to be equivalent.
addEquivalentOnUpdateActions(CascadeActionEnum, CascadeActionEnum) - Method in class org.apache.ddlutils.PlatformInfo
Registers the given pair of ON UPDATE actions to be equivalent.
addError(String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.AttributeHolder
 
addEscapedCharSequence(String, String) - Method in class org.apache.ddlutils.platform.SqlBuilder
Adds a char sequence that needs escaping, and its escaped version.
addEscapes(String) - Static method in error com.pivotal.gemfirexd.internal.impl.tools.ij.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addFileOption(Options) - Method in class com.pivotal.gemfirexd.tools.internal.JarTools
 
addFileOption(Options) - Method in class com.pivotal.gemfirexd.tools.internal.MiscTools
 
addForeignKey(ForeignKey) - Method in class org.apache.ddlutils.model.Table
Adds the given foreign key.
addForeignKey(int, ForeignKey) - Method in class org.apache.ddlutils.model.Table
Adds the given foreign key at the specified position.
AddForeignKeyChange - Class in org.apache.ddlutils.alteration
Represents the addition of a foreign key to a table.
AddForeignKeyChange(String, ForeignKey) - Constructor for class org.apache.ddlutils.alteration.AddForeignKeyChange
Creates a new change object.
addForeignKeys(Collection) - Method in class org.apache.ddlutils.model.Table
Adds the given foreign keys.
addHostAndAgent(String, String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.HostsAndAgents
 
addIgnoreErrorsOption(Options) - Method in class com.pivotal.gemfirexd.tools.internal.MiscTools
 
addIndex(Index) - Method in class org.apache.ddlutils.model.Table
Adds the given index.
addIndex(int, Index) - Method in class org.apache.ddlutils.model.Table
Adds the given index at the specified position.
AddIndexChange - Class in org.apache.ddlutils.alteration
Represents the addition of an index to a table.
AddIndexChange(String, Index) - Constructor for class org.apache.ddlutils.alteration.AddIndexChange
Creates a new change object.
addIndices(Collection) - Method in class org.apache.ddlutils.model.Table
Adds the given indices.
addNativeTypeMapping(int, String) - Method in class org.apache.ddlutils.PlatformInfo
Adds a mapping from jdbc type to database-native type.
addNativeTypeMapping(int, String, int) - Method in class org.apache.ddlutils.PlatformInfo
Adds a mapping from jdbc type to database-native type.
addNativeTypeMapping(String, String) - Method in class org.apache.ddlutils.PlatformInfo
Adds a mapping from jdbc type to database-native type.
addNativeTypeMapping(String, String, String) - Method in class org.apache.ddlutils.PlatformInfo
Adds a mapping from jdbc type to database-native type.
addNumTimesToRun(Options) - Method in class com.pivotal.gemfirexd.tools.internal.MiscTools
 
addParameter(Table, String, String) - Method in class org.apache.ddlutils.platform.CreationParameters
Adds a parameter.
addParamOption(Options) - Method in class com.pivotal.gemfirexd.tools.internal.MiscTools
 
addPathOption(Options) - Method in class com.pivotal.gemfirexd.tools.internal.MiscTools
 
addPendingFK(Identity) - Method in class org.apache.ddlutils.io.WaitingObject
Adds the identity of another object that the object is waiting for.
AddPrimaryKeyChange - Class in org.apache.ddlutils.alteration
Represents the addition of a primary key to a table which does not have one.
AddPrimaryKeyChange(String, String[]) - Constructor for class org.apache.ddlutils.alteration.AddPrimaryKeyChange
Creates a new change object.
addQuotes(String) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
addReference(Reference) - Method in class org.apache.ddlutils.model.ForeignKey
Adds a reference, ie.
addReplayFailedDMLs(ReplayFailedDMLsCommand) - Method in class org.apache.ddlutils.task.ReplayFailedDMLsTask
 
addReplayFailedDMLsOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
addResultSet(ResultSet) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijMultipleResultSetResult
 
addSingleQuotes(String) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
addTable(Table) - Method in class org.apache.ddlutils.model.Database
Adds a table.
addTable(int, Table) - Method in class org.apache.ddlutils.model.Database
Adds a table at the specified position.
AddTableChange - Class in org.apache.ddlutils.alteration
Represents the addition of a table to a model.
AddTableChange(Table) - Constructor for class org.apache.ddlutils.alteration.AddTableChange
Creates a new change object.
addTables(Collection) - Method in class org.apache.ddlutils.model.Database
Adds the given tables.
addToServerCommand(List<String>, Map<String, Object>) - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
addToServerCommand(List<String>, Map<String, Object>) - Method in class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
 
addToServerCommand(List<String>, Map<String, Object>) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
addWriteDataDtdToFileOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
addWriteDataToDatabase(WriteDataToDatabaseCommand) - Method in class org.apache.ddlutils.task.DatabaseToDdlTask
Adds the "write data into database"-command.
addWriteDataToDatabase(WriteDataToDatabaseCommand) - Method in class org.apache.ddlutils.task.DdlToDatabaseTask
Adds the "write data to database"-command.
addWriteDataToDBOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
addWriteDataToFile(WriteDataToFileCommand) - Method in class org.apache.ddlutils.task.DatabaseToDdlTask
Adds the "write data into file"-command.
addWriteDataToFile(WriteDataToFileCommand) - Method in class org.apache.ddlutils.task.DdlToDatabaseTask
Adds the "write data to file"-command.
addWriteDataToXMLOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
addWriteDtdToFile(WriteDtdToFileCommand) - Method in class org.apache.ddlutils.task.DatabaseToDdlTask
Adds the "create dtd"-command.
addWriteDtdToFile(WriteDtdToFileCommand) - Method in class org.apache.ddlutils.task.DdlToDatabaseTask
Adds the "write dtd to file"-command.
addWriteSchemaSqlToFile(WriteSchemaSqlToFileCommand) - Method in class org.apache.ddlutils.task.DatabaseToDdlTask
Adds the "write schema sql to file"-command.
addWriteSchemaSqlToFile(WriteSchemaSqlToFileCommand) - Method in class org.apache.ddlutils.task.DdlToDatabaseTask
Adds the "write schema sql to file"-command.
addWriteSchemaToDatabase(WriteSchemaToDatabaseCommand) - Method in class org.apache.ddlutils.task.DdlToDatabaseTask
Adds the "write schema to database"-command.
addWriteSchemaToDBOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
addWriteSchemaToFile(WriteSchemaToFileCommand) - Method in class org.apache.ddlutils.task.DatabaseToDdlTask
Adds the "write schema to file"-command.
addWriteSchemaToSQLOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
addWriteSchemaToXMLOptions(Options) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
adjustBeginLineColumn(int, int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
Method to adjust line and column numbers for the start of a token.
adjustColumns(Table) - Method in class org.apache.ddlutils.platform.interbase.InterbaseModelReader
Adjusts the columns in the table by fixing types and default values.
advance() - Method in class org.apache.ddlutils.platform.ModelBasedResultSetIterator
Advances the iterator without materializing the object.
AFTER - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
afterInsert(Connection, Table) - Method in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
Allows platforms to issue statements directly after rows have been inserted into the specified table.
afterInsert(Connection, Table) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Allows platforms to issue statements directly after rows have been inserted into the specified table.
afterInsert(Connection, Table) - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Allows platforms to issue statements directly after rows have been inserted into the specified table.
afterUpdate(Connection, Table) - Method in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
Allows platforms to issue statements directly after rows have been updated in the specified table.
afterUpdate(Connection, Table) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Allows platforms to issue statements directly after rows have been updated in the specified table.
afterUpdate(Connection, Table) - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Allows platforms to issue statements directly after rows have been updated in the specified table.
ALIAS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
ALIASES - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
ALL - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
alterModel(Database, Database, boolean) - Method in interface org.apache.ddlutils.Platform
Alters the given live database model so that it match the desired model, using the default database conneciton.
alterModel(Database, Database, CreationParameters, boolean) - Method in interface org.apache.ddlutils.Platform
Alters the given live database model so that it match the desired model, using the default database conneciton.
alterModel(Connection, Database, Database, boolean) - Method in interface org.apache.ddlutils.Platform
Alters the given live database model so that it match the desired model.
alterModel(Connection, Database, Database, CreationParameters, boolean) - Method in interface org.apache.ddlutils.Platform
Alters the given live database model so that it match the desired model.
alterModel(Database, Database, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Alters the given live database model so that it match the desired model, using the default database conneciton.
alterModel(Database, Database, CreationParameters, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Alters the given live database model so that it match the desired model, using the default database conneciton.
alterModel(Connection, Database, Database, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Alters the given live database model so that it match the desired model.
alterModel(Connection, Database, Database, CreationParameters, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Alters the given live database model so that it match the desired model.
alterTables(Database, boolean) - Method in interface org.apache.ddlutils.Platform
alterTables(Database, CreationParameters, boolean) - Method in interface org.apache.ddlutils.Platform
alterTables(String, String, String[], Database, boolean) - Method in interface org.apache.ddlutils.Platform
alterTables(String, String, String[], Database, CreationParameters, boolean) - Method in interface org.apache.ddlutils.Platform
alterTables(Connection, Database, boolean) - Method in interface org.apache.ddlutils.Platform
alterTables(Connection, Database, CreationParameters, boolean) - Method in interface org.apache.ddlutils.Platform
alterTables(Connection, String, String, String[], Database, boolean) - Method in interface org.apache.ddlutils.Platform
alterTables(Connection, String, String, String[], Database, CreationParameters, boolean) - Method in interface org.apache.ddlutils.Platform
alterTables(Database, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Alters the database schema so that it match the given model.
alterTables(Database, CreationParameters, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Alters the database schema so that it match the given model.
alterTables(String, String, String[], Database, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Alters the database schema so that it match the given model.
alterTables(String, String, String[], Database, CreationParameters, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Alters the database schema so that it match the given model.
alterTables(Connection, Database, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Alters the database schema so that it match the given model.
alterTables(Connection, Database, CreationParameters, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Alters the database schema so that it match the given model.
alterTables(Connection, String, String, String[], Database, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Alters the database schema so that it match the given model.
alterTables(Connection, String, String, String[], Database, CreationParameters, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Alters the database schema so that it match the given model.
alterURL(String, String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
appendOption(StringBuilder, Option, boolean) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdHelpFormatter
Appends the usage clause for an Option to a StringBuffer.
appendOptionGroup(StringBuilder, OptionGroup) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdHelpFormatter
Appends the usage clause for an OptionGroup to a StringBuilder.
apply(Database, boolean) - Method in class org.apache.ddlutils.alteration.AddColumnChange
Applies this change to the given database.
apply(Database, boolean) - Method in class org.apache.ddlutils.alteration.AddForeignKeyChange
Applies this change to the given database.
apply(Database, boolean) - Method in class org.apache.ddlutils.alteration.AddIndexChange
Applies this change to the given database.
apply(Database, boolean) - Method in class org.apache.ddlutils.alteration.AddPrimaryKeyChange
Applies this change to the given database.
apply(Database, boolean) - Method in class org.apache.ddlutils.alteration.AddTableChange
Applies this change to the given database.
apply(Database, boolean) - Method in class org.apache.ddlutils.alteration.ColumnDefinitionChange
Applies this change to the given database.
apply(Database, boolean) - Method in class org.apache.ddlutils.alteration.ColumnOrderChange
Applies this change to the given database.
apply(Database, boolean) - Method in interface org.apache.ddlutils.alteration.ModelChange
Applies this change to the given database.
apply(Database, boolean) - Method in class org.apache.ddlutils.alteration.PrimaryKeyChange
Applies this change to the given database.
apply(Database, boolean) - Method in class org.apache.ddlutils.alteration.RecreateTableChange
Applies this change to the given database.
apply(Database, boolean) - Method in class org.apache.ddlutils.alteration.RemoveColumnChange
Applies this change to the given database.
apply(Database, boolean) - Method in class org.apache.ddlutils.alteration.RemoveForeignKeyChange
Applies this change to the given database.
apply(Database, boolean) - Method in class org.apache.ddlutils.alteration.RemoveIndexChange
Applies this change to the given database.
apply(Database, boolean) - Method in class org.apache.ddlutils.alteration.RemovePrimaryKeyChange
Applies this change to the given database.
apply(Database, boolean) - Method in class org.apache.ddlutils.alteration.RemoveTableChange
Applies this change to the given database.
areEqual(String, String, boolean) - Method in class org.apache.ddlutils.platform.SqlBuilder
Compares the two strings.
areEquivalentOnDeleteActions(CascadeActionEnum, CascadeActionEnum) - Method in class org.apache.ddlutils.PlatformInfo
Determiones whether the two ON DELETE actions are equivalent.
areEquivalentOnUpdateActions(CascadeActionEnum, CascadeActionEnum) - Method in class org.apache.ddlutils.PlatformInfo
Determiones whether the two ON UPDATE actions are equivalent.
areSupported(Table, List) - Method in interface org.apache.ddlutils.alteration.TableDefinitionChangesPredicate
Evaluates the given list of table changes and determines whether they are supported.
areSupported(Table, List) - Method in class org.apache.ddlutils.platform.DefaultTableDefinitionChangesPredicate
Evaluates the given list of table changes and determines whether they are supported.
ARRAY - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.ARRAY constant.
AS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
ASYNC - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
AttributeHolder - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
 
AttributeHolder() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.AttributeHolder
 
ATTRIBUTES - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
attributes - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.URLCheck
 
AUTH_PROVIDER - Static variable in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
AUTOCOMMIT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
AxionBuilder - Class in org.apache.ddlutils.platform.axion
The SQL Builder for the Axion database.
AxionBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.axion.AxionBuilder
Creates a new axion sql builder.
AxionModelReader - Class in org.apache.ddlutils.platform.axion
Reads a database model from an Axion database.
AxionModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.axion.AxionModelReader
Creates a new model reader for Axion databases.
AxionPlatform - Class in org.apache.ddlutils.platform.axion
The platform for the Axion database.
AxionPlatform() - Constructor for class org.apache.ddlutils.platform.axion.AxionPlatform
Creates a new axion platform instance.

B

backup(int) - Method in interface com.pivotal.gemfirexd.internal.impl.tools.ij.CharStream
Backs up the input stream by amount steps.
backup(int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Backup a number of characters.
backup(int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
BANG - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
BASE64_ATTR_NAME - Static variable in class org.apache.ddlutils.io.DatabaseIO
The name of the XML attribute use to denote that teh content of a data XML element uses Base64 encoding.
base64Encode(String) - Static method in class org.apache.ddlutils.io.XMLUtils
Encodes the given value with Base64.
BEFORE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
beforeInsert(Connection, Table) - Method in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
Allows platforms to issue statements directly before rows are inserted into the specified table.
beforeInsert(Connection, Table) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Allows platforms to issue statements directly before rows are inserted into the specified table.
beforeInsert(Connection, Table) - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Allows platforms to issue statements directly before rows are inserted into the specified table.
beforeUpdate(Connection, Table) - Method in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
Allows platforms to issue statements directly before rows are updated in the specified table.
beforeUpdate(Connection, Table) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Allows platforms to issue statements directly before rows are updated in the specified table.
beforeUpdate(Connection, Table) - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Allows platforms to issue statements directly before rows are updated in the specified table.
beginColumn - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
The column number of the first character of this Token.
beginLine - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
The line number of the first character of this Token.
BeginToken() - Method in interface com.pivotal.gemfirexd.internal.impl.tools.ij.CharStream
Returns the next character that marks the beginning of the next token.
BeginToken() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Start.
BeginToken() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
BIGINT - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.BIGINT constant.
BINARY - Static variable in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
The enum value for binary jdbc types.
BINARY - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.BINARY constant.
BinaryObjectsHelper - Class in org.apache.ddlutils.io
Helper class for dealing with the serialization and Base64 encoding of objects.
BinaryObjectsHelper() - Constructor for class org.apache.ddlutils.io.BinaryObjectsHelper
 
BIND_ADDRESS - Static variable in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
BIT - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.BIT constant.
BLOB - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.BLOB constant.
BOOLEAN - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.BOOLEAN constant.
booleanAttributes - Static variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.URLCheck
 
bootProps - Variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
borrowConnection() - Method in interface org.apache.ddlutils.Platform
Returns a (new) JDBC connection from the data source.
borrowConnection() - Method in class org.apache.ddlutils.util.JdbcSupport
Returns a (new) JDBC connection from the data source.
bufcolumn - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
buffer - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
BUFFEREDFILESIZE - Static variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.utilMain
 
bufline - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
bufpos - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Position in buffer.
bufpos - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
buildCommandOptions(ToolsBase.ProcessCommand) - Method in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
ByteArrayBase64Converter - Class in org.apache.ddlutils.io.converters
Converts between a byte array and its Base64 encoded string representation (e.g.
ByteArrayBase64Converter() - Constructor for class org.apache.ddlutils.io.converters.ByteArrayBase64Converter
 

C

CallbackClosure - Class in org.apache.ddlutils.util
A closure that determines a callback for the type of the object and calls it.
CallbackClosure(Object, String, Class[], Object[]) - Constructor for class org.apache.ddlutils.util.CallbackClosure
Creates a new closure object.
CASCADE - Static variable in class org.apache.ddlutils.model.CascadeActionEnum
The enum value for a cascade action which directs the database to apply the change to the referenced table also to this table.
CascadeActionEnum - Class in org.apache.ddlutils.model
Represents the different cascade actions for the onDelete and onUpdate properties of ForeignKey.
CASE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
caseInfo(mtTestCase) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
cases() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
changeColumn(Table, Column, Column) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Writes the SQL to change the given column.
changeColumnDefaultValue(Table, Column, String) - Method in class org.apache.ddlutils.platform.sapdb.SapDbBuilder
Writes the SQL to set the default value of the given column.
changeColumnDefaultValue(Table, Column, String) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Writes the SQL to set the default value of the given column.
changeColumnRequiredStatus(Table, Column, boolean) - Method in class org.apache.ddlutils.platform.sapdb.SapDbBuilder
Writes the SQL to set the required status of the given column.
CHAR - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.CHAR constant.
CharStream - Interface in com.pivotal.gemfirexd.internal.impl.tools.ij
This interface describes a character stream that maintains line and column number positions of the characters.
check(Vector) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.AttributeHolder
 
check() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.URLCheck
 
checkBackupArgs(String, List) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
checkDashArg(String, String, Iterator) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
checkForAddedColumns(Database, Table, Database, Table, Database, Table) - Method in class org.apache.ddlutils.alteration.ModelComparator
Creates change objects for columns that are not present in the given source table but are in the target table, and applies them to the given intermediate model.
checkForAddedForeignKeys(Database, Database, Database) - Method in class org.apache.ddlutils.alteration.ModelComparator
Creates change objects for foreign keys that are not present in the given source model but are in the target model, and applies them to the given intermediate model.
checkForAddedForeignKeys(Database, Database, Database) - Method in class org.apache.ddlutils.platform.mssql.MSSqlModelComparator
Creates change objects for foreign keys that are not present in the given source model but are in the target model, and applies them to the given intermediate model.
checkForAddedIndexes(Database, Table, Database, Table, Database, Table) - Method in class org.apache.ddlutils.alteration.ModelComparator
Creates change objects for indexes that are not present in the given source table but are in the target table, and applies them to the given intermediate model.
checkForAddedIndexes(Database, Table, Database, Table, Database, Table) - Method in class org.apache.ddlutils.platform.mssql.MSSqlModelComparator
Creates change objects for indexes that are not present in the given source table but are in the target table, and applies them to the given intermediate model.
checkForAddedTables(Database, Database, Database) - Method in class org.apache.ddlutils.alteration.ModelComparator
Creates change objects for tables that are not present in the given source model but are in the target model, and applies them to the given intermediate model.
checkForChangedColumns(Database, Table, Database, Table, Database, Table) - Method in class org.apache.ddlutils.alteration.ModelComparator
Creates change objects for columns that have a different in the given source and target table, and applies them to the given intermediate model.
checkForChangeOfColumnOrder(Database, Table, Database, Table, Database, Table) - Method in class org.apache.ddlutils.alteration.ModelComparator
Checks for changes in the column order between the given source and target table, creates change objects for these and applies them to the given intermediate model.
checkForDuplicate(AttributeHolder) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.URLCheck
 
checkForForeignKeysToAndFromTables(Database, Table[]) - Method in class org.apache.ddlutils.model.ModelHelper
Determines whether one of the tables in the list has a foreign key to a table outside of the list, or a table outside of the list has a foreign key to one of the tables in the list.
checkForPrimaryKeyChanges(Database, Table, Database, Table, Database, Table) - Method in class org.apache.ddlutils.alteration.ModelComparator
Creates change objects for primary key differences (primary key added/removed/changed), and applies them to the given intermediate model.
checkForPrimaryKeyChanges(Database, Table, Database, Table, Database, Table) - Method in class org.apache.ddlutils.platform.mssql.MSSqlModelComparator
Creates change objects for primary key differences (primary key added/removed/changed), and applies them to the given intermediate model.
checkForRemovedColumns(Database, Table, Database, Table, Database, Table) - Method in class org.apache.ddlutils.alteration.ModelComparator
Creates change objects for columns that are present in the given source table but are no longer in the target table, and applies them to the given intermediate model.
checkForRemovedForeignKeys(Database, Database, Database) - Method in class org.apache.ddlutils.alteration.ModelComparator
Creates change objects for foreign keys that are present in the given source model but are no longer in the target model, and applies them to the given intermediate model.
checkForRemovedForeignKeys(Database, Database, Database) - Method in class org.apache.ddlutils.platform.mssql.MSSqlModelComparator
Creates change objects for foreign keys that are present in the given source model but are no longer in the target model, and applies them to the given intermediate model.
checkForRemovedIndexes(Database, Table, Database, Table, Database, Table) - Method in class org.apache.ddlutils.alteration.ModelComparator
Creates change objects for indexes that are present in the given source table but are no longer in the target table, and applies them to the given intermediate model.
checkForRemovedIndexes(Database, Table, Database, Table, Database, Table) - Method in class org.apache.ddlutils.platform.mssql.MSSqlModelComparator
Creates change objects for indexes that are present in the given source table but are no longer in the target table, and applies them to the given intermediate model.
checkForRemovedIndexes(Database, Table, Database, Table, Database, Table) - Method in class org.apache.ddlutils.platform.mysql.MySqlModelComparator
Creates change objects for indexes that are present in the given source table but are no longer in the target table, and applies them to the given intermediate model.
checkForRemovedTables(Database, Database, Database) - Method in class org.apache.ddlutils.alteration.ModelComparator
Creates change objects for tables that are present in the given source model but are no longer in the target model, and applies them to the given intermediate model.
checkNoArgs(String, List) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
checkNotNull(Object, String) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
Check if an object is null, and if it is, throw an exception with an informative parameter about what was null.
checkRevokeMissingDiskStoresArgs(String, List) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
checkShutDownAllArgs(String, List<String>) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
checkStatusForWait(CacheServerLauncher.Status) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
cleanup() - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
cleanUp() - Method in class org.apache.ddlutils.platform.ModelBasedResultSetIterator
Closes the resources (connection, statement, resultset).
clearSQLWarnings() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.HostsAndAgents
 
clearSQLWarnings() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijMultipleResultSetResult
Clears the warnings in all resultsets
clearSQLWarnings() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijResultSetResult
 
clearSQLWarnings() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijRowResult
 
CLIENT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
CLIENT_BIND_ADDRESS - Static variable in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
CLIENT_PORT - Static variable in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
CLOB - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.CLOB constant.
clone(Database) - Method in class org.apache.ddlutils.model.CloneHelper
Returns a deep clone of the given model object, including all tables, foreign keys, indexes etc.
clone(Table, boolean, boolean, Database, boolean) - Method in class org.apache.ddlutils.model.CloneHelper
Returns a clone of the given table.
clone(Column, boolean) - Method in class org.apache.ddlutils.model.CloneHelper
Returns a clone of the given source column.
clone(Index, Table, boolean) - Method in class org.apache.ddlutils.model.CloneHelper
Returns a clone of the given source index.
clone(IndexColumn, Table, boolean) - Method in class org.apache.ddlutils.model.CloneHelper
Returns a clone of the given index column.
clone(ForeignKey, Table, Database, boolean) - Method in class org.apache.ddlutils.model.CloneHelper
Returns a clone of the given source foreign key.
clone(Reference, Table, Table, boolean) - Method in class org.apache.ddlutils.model.CloneHelper
Returns a clone of the given source reference.
CloneHelper - Class in org.apache.ddlutils.model
Helper class that provides cloning of model elements.
CloneHelper() - Constructor for class org.apache.ddlutils.model.CloneHelper
 
CLOSE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
close() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.StatementFinder
 
closeResultSet(ResultSet) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Closes the given result set.
closeStatement() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijMultipleResultSetResult
 
closeStatement() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijResultSetResult
 
closeStatement(Statement) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Closes the given statement.
closeStatement(Statement) - Method in class org.apache.ddlutils.util.JdbcSupport
Closes the given statement (which also closes all result sets for this statement) and the connection it belongs to.
CloudscapeBuilder - Class in org.apache.ddlutils.platform.cloudscape
The SQL Builder for Cloudscape.
CloudscapeBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.cloudscape.CloudscapeBuilder
Creates a new builder instance.
CloudscapePlatform - Class in org.apache.ddlutils.platform.cloudscape
The Cloudscape platform implementation.
CloudscapePlatform() - Constructor for class org.apache.ddlutils.platform.cloudscape.CloudscapePlatform
Creates a new platform instance.
ClusterStatistics - Class in com.pivotal.gemfirexd.tools.gfxdtop
 
ClusterStatistics() - Constructor for class com.pivotal.gemfirexd.tools.gfxdtop.ClusterStatistics
 
COLON - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
column - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
Column - Class in org.apache.ddlutils.model
Represents a column in the database model.
Column() - Constructor for class org.apache.ddlutils.model.Column
 
ColumnChange - Interface in org.apache.ddlutils.alteration
Represents a change to a column of a table.
ColumnChangeImplBase - Class in org.apache.ddlutils.alteration
Base class for changes to columns.
ColumnChangeImplBase(String, String) - Constructor for class org.apache.ddlutils.alteration.ColumnChangeImplBase
Creates a new change object.
ColumnDefinitionChange - Class in org.apache.ddlutils.alteration
Represents the change of one or more aspects of the definition of a column, such as data type or size, whether it is required or not, etc.
ColumnDefinitionChange(String, String, Column) - Constructor for class org.apache.ddlutils.alteration.ColumnDefinitionChange
Creates a new change object.
ColumnOrderChange - Class in org.apache.ddlutils.alteration
Represents the change of the order of the columns of a table.
ColumnOrderChange(String, Map) - Constructor for class org.apache.ddlutils.alteration.ColumnOrderChange
Creates a new change object.
columnsDiffer(Column, Column) - Method in class org.apache.ddlutils.platform.SqlBuilder
Compares the current column in the database with the desired one.
ColumnXmlWriter - Class in org.apache.ddlutils.io
Helper class for writing columns to XML.
ColumnXmlWriter(Column, String) - Constructor for class org.apache.ddlutils.io.ColumnXmlWriter
Creates a new column writer.
com.pivotal.gemfirexd.internal.iapi.tools - package com.pivotal.gemfirexd.internal.iapi.tools
 
com.pivotal.gemfirexd.internal.impl.tools.dblook - package com.pivotal.gemfirexd.internal.impl.tools.dblook
 
com.pivotal.gemfirexd.internal.impl.tools.ij - package com.pivotal.gemfirexd.internal.impl.tools.ij
 
com.pivotal.gemfirexd.internal.tools - package com.pivotal.gemfirexd.internal.tools
 
com.pivotal.gemfirexd.tools - package com.pivotal.gemfirexd.tools
 
com.pivotal.gemfirexd.tools.gfxdtop - package com.pivotal.gemfirexd.tools.gfxdtop
 
com.pivotal.gemfirexd.tools.internal - package com.pivotal.gemfirexd.tools.internal
 
COMMA - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
COMMA - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
Command - Class in org.apache.ddlutils.task
Base class for commands that work with a model.
Command() - Constructor for class org.apache.ddlutils.task.Command
 
COMMIT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
compare(Database, Database) - Method in class org.apache.ddlutils.alteration.ModelComparator
Compares the two models and returns the changes necessary to create the second model from the first one.
compareColumns(Table, Column, Table, Column) - Method in class org.apache.ddlutils.alteration.ModelComparator
Compares the two columns and returns the change necessary to create the second column from the first one if they differe.
compareModels(Database, Database, Database) - Method in class org.apache.ddlutils.alteration.ModelComparator
Compares the given source and target models and creates change objects to get from the source to the target one.
compareTables(Database, Table, Database, Table, Database, Table) - Method in class org.apache.ddlutils.alteration.ModelComparator
Compares the two tables and returns the changes necessary to create the second table from the first one.
compareTables(Database, Table, Database, Table, Database, Table) - Method in class org.apache.ddlutils.platform.mysql.MySqlModelComparator
Compares the two tables and returns the changes necessary to create the second table from the first one.
compareTo(Statement) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
CONNECT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
connect(Properties, Map<String, Object>) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
CONNECTION - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
CONNECTION_URL - Static variable in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
CONNECTIONS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
ConversionException - Exception in org.apache.ddlutils.io.converters
Exception generated by SqlTypeConverter implementations.
ConversionException() - Constructor for exception org.apache.ddlutils.io.converters.ConversionException
Creates a new exception object.
ConversionException(String) - Constructor for exception org.apache.ddlutils.io.converters.ConversionException
Creates a new exception object.
ConversionException(Throwable) - Constructor for exception org.apache.ddlutils.io.converters.ConversionException
Creates a new exception object.
ConversionException(String, Throwable) - Constructor for exception org.apache.ddlutils.io.converters.ConversionException
Creates a new exception object.
convert(String, int, int) - Method in class org.apache.ddlutils.platform.DefaultValueHelper
Converts the given default value from the specified original to the target jdbc type.
convertAction(Short) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Converts the JDBC action value (one of the importKey constants in the DatabaseMetaData class) to a CascadeActionEnum.
ConverterConfiguration - Class in org.apache.ddlutils.io
Contains the configuration for converters, which convert between the Java data types corresponding to SQL data, and string representations.
ConverterConfiguration() - Constructor for class org.apache.ddlutils.io.ConverterConfiguration
Creates a new configuration object with the default converters.
convertFromString(String, int) - Method in class org.apache.ddlutils.io.converters.ByteArrayBase64Converter
Converts the given textual representation to an instance of the target type.
convertFromString(String, int) - Method in class org.apache.ddlutils.io.converters.DateConverter
Converts the given textual representation to an instance of the target type.
convertFromString(String, int) - Method in class org.apache.ddlutils.io.converters.NumberConverter
Converts the given textual representation to an instance of the target type.
convertFromString(String, int) - Method in interface org.apache.ddlutils.io.converters.SqlTypeConverter
Converts the given textual representation to an instance of the target type.
convertFromString(String, int) - Method in class org.apache.ddlutils.io.converters.TimeConverter
Converts the given textual representation to an instance of the target type.
convertFromString(String, int) - Method in class org.apache.ddlutils.io.converters.TimestampConverter
Converts the given textual representation to an instance of the target type.
convertGfxdMessageToSnappy(String) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.utilMain
 
ConvertingDatabaseCommand - Class in org.apache.ddlutils.task
Base type for database commands that use converters.
ConvertingDatabaseCommand() - Constructor for class org.apache.ddlutils.task.ConvertingDatabaseCommand
 
convertToString(Object, int) - Method in class org.apache.ddlutils.io.converters.ByteArrayBase64Converter
Converts the given object to a string representation.
convertToString(Object, int) - Method in class org.apache.ddlutils.io.converters.DateConverter
Converts the given object to a string representation.
convertToString(Object, int) - Method in class org.apache.ddlutils.io.converters.NumberConverter
Converts the given object to a string representation.
convertToString(Object, int) - Method in interface org.apache.ddlutils.io.converters.SqlTypeConverter
Converts the given object to a string representation.
convertToString(Object, int) - Method in class org.apache.ddlutils.io.converters.TimeConverter
Converts the given object to a string representation.
convertToString(Object, int) - Method in class org.apache.ddlutils.io.converters.TimestampConverter
Converts the given object to a string representation.
copy(Table, Object) - Method in class org.apache.ddlutils.dynabean.DynaClassCache
Creates a new dyna bean instance for the given table and copies the values from the given source object.
copyData(Table, Table) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Writes a statement that copies the data from the source to the target table.
copyData(Table, Table) - Method in class org.apache.ddlutils.platform.mysql.MySql50Builder
Writes a statement that copies the data from the source to the target table.
copyData(Table, Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes a statement that copies the data from the source to the target table.
copyData(Table, Table) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Writes a statement that copies the data from the source to the target table.
CP_CONNECT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
CP_DATASOURCE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
CP_DISCONNECT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
CP_GETCONNECTION - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
create(char) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
Create an Option using the current settings and with the specified Option char.
create() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
Create an Option using the current settings
create(String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
Create an Option using the current settings and with the specified Option char.
createAutoIncrementSequence(Table, Column) - Method in class org.apache.ddlutils.platform.mckoi.MckoiBuilder
Creates the sequence necessary for the auto-increment of the given column.
createAutoIncrementSequence(Table, Column) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Creates the sequence necessary for the auto-increment of the given column.
createAutoIncrementTrigger(Table, Column) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Creates the trigger necessary for the auto-increment of the given column.
createCache(InternalDistributedSystem, Map<String, Object>) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
createDatabase(String, String, String, String, Map) - Method in class org.apache.ddlutils.platform.axion.AxionPlatform
Creates the database specified by the given parameters.
createDatabase(String, String, String, String, Map) - Method in interface org.apache.ddlutils.Platform
Creates the database specified by the given parameters.
createDatabase(String, String, String, String, Map) - Method in class org.apache.ddlutils.platform.derby.DerbyPlatform
Creates the database specified by the given parameters.
createDatabase(String, String, String, String, Map) - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDPlatform
Creates the database specified by the given parameters.
createDatabase(String, String, String, String, Map) - Method in class org.apache.ddlutils.platform.mckoi.MckoiPlatform
Creates the database specified by the given parameters.
createDatabase(String, String, String, String, Map) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates the database specified by the given parameters.
createDatabase(String, String, String, String, Map) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlPlatform
Creates the database specified by the given parameters.
CreateDatabaseCommand - Class in org.apache.ddlutils.task
The sub task for creating the target database.
CreateDatabaseCommand() - Constructor for class org.apache.ddlutils.task.CreateDatabaseCommand
 
createDeleteSql(Database, SqlDynaClass, SqlDynaProperty[], DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates the SQL for deleting an object of the given type.
createDynaBeanFor(Table) - Method in class org.apache.ddlutils.model.Database
Creates a new dyna bean for the given table.
createDynaBeanFor(String, boolean) - Method in class org.apache.ddlutils.model.Database
createForeignKey(Database, Table, ForeignKey) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes a single foreign key constraint using a alter table statement.
createForeignKeys(Database) - Method in class org.apache.ddlutils.platform.firebird.FirebirdBuilder
Creates the external foreignkey creation statements for all tables in the database.
createForeignKeys(Database) - Method in class org.apache.ddlutils.platform.SqlBuilder
Creates the external foreignkey creation statements for all tables in the database.
createForeignKeys(Database, Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Creates external foreignkey creation statements if necessary.
createIndex(Table, Index) - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDBuilder
Writes the given index for the table using an external index creation statement.
createIndex(Table, Index) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes the given index for the table using an external index creation statement.
createIndexes(Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes the indexes for the given table using external index creation statements.
createInsertSql(Database, SqlDynaClass, SqlDynaProperty[], DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates the SQL for inserting an object of the given type.
createModel(Database, boolean, boolean) - Method in interface org.apache.ddlutils.Platform
Creates the tables defined in the database model.
createModel(Connection, Database, boolean, boolean) - Method in interface org.apache.ddlutils.Platform
Creates the tables defined in the database model.
createModel(Database, CreationParameters, boolean, boolean) - Method in interface org.apache.ddlutils.Platform
Creates the tables defined in the database model.
createModel(Connection, Database, CreationParameters, boolean, boolean) - Method in interface org.apache.ddlutils.Platform
Creates the tables defined in the database model.
createModel(Database, boolean, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates the tables defined in the database model.
createModel(Connection, Database, boolean, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates the tables defined in the database model.
createModel(Database, CreationParameters, boolean, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates the tables defined in the database model.
createModel(Connection, Database, CreationParameters, boolean, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates the tables defined in the database model.
createNewInstance(Table) - Method in class org.apache.ddlutils.dynabean.DynaClassCache
Creates a new dyna bean instance for the given table.
createNewPlatformInstance(String) - Static method in class org.apache.ddlutils.PlatformFactory
Creates a new platform for the given (case insensitive) database name or returns null if the database is not recognized.
createNewPlatformInstance(String, String) - Static method in class org.apache.ddlutils.PlatformFactory
Creates a new platform for the specified database.
createNewPlatformInstance(DataSource) - Static method in class org.apache.ddlutils.PlatformFactory
Creates a new platform for the specified database.
createNewPlatformInstance(DataSource, String, String) - Static method in class org.apache.ddlutils.PlatformFactory
Creates a new platform for the specified database.
createPrimaryKey(Table, Column[]) - Method in class org.apache.ddlutils.platform.maxdb.MaxDbBuilder
Writes the primary key constraints of the table as alter table statements.
createPrimaryKey(Table, Column[]) - Method in class org.apache.ddlutils.platform.sapdb.SapDbBuilder
Writes the primary key constraints of the table as alter table statements.
createPrimaryKey(Table, Column[]) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes the primary key constraints of the table as alter table statements.
createResultSetIterator(Database, ResultSet, Table[]) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates an iterator over the given result set.
createSelectLastInsertIdSql(Database, SqlDynaClass) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates the SQL for querying for the id generated by the last insert of an object of the given type.
createTable(Database, Table, Map) - Method in class org.apache.ddlutils.platform.firebird.FirebirdBuilder
Outputs the DDL to create the table along with any non-external constraints as well as with external primary keys and indices (but not foreign keys).
createTable(Database, Table, Map) - Method in class org.apache.ddlutils.platform.interbase.InterbaseBuilder
Outputs the DDL to create the table along with any non-external constraints as well as with external primary keys and indices (but not foreign keys).
createTable(Database, Table, Map) - Method in class org.apache.ddlutils.platform.mckoi.MckoiBuilder
Outputs the DDL to create the table along with any non-external constraints as well as with external primary keys and indices (but not foreign keys).
createTable(Database, Table, Map) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Outputs the DDL to create the table along with any non-external constraints as well as with external primary keys and indices (but not foreign keys).
createTable(Database, Table, Map) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Outputs the DDL to create the table along with any non-external constraints as well as with external primary keys and indices (but not foreign keys).
createTable(Database, Table, Map) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlBuilder
Outputs the DDL to create the table along with any non-external constraints as well as with external primary keys and indices (but not foreign keys).
createTable(Database, Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Outputs the DDL to create the table along with any non-external constraints as well as with external primary keys and indices (but not foreign keys).
createTable(Database, Table, Map) - Method in class org.apache.ddlutils.platform.SqlBuilder
Outputs the DDL to create the table along with any non-external constraints as well as with external primary keys and indices (but not foreign keys).
createTable(Database, Table, Map) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Outputs the DDL to create the table along with any non-external constraints as well as with external primary keys and indices (but not foreign keys).
createTables(Database, boolean, boolean) - Method in interface org.apache.ddlutils.Platform
createTables(Connection, Database, boolean, boolean) - Method in interface org.apache.ddlutils.Platform
createTables(Database, CreationParameters, boolean, boolean) - Method in interface org.apache.ddlutils.Platform
createTables(Connection, Database, CreationParameters, boolean, boolean) - Method in interface org.apache.ddlutils.Platform
createTables(Database, boolean, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates the tables defined in the database model.
createTables(Database, CreationParameters, boolean, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates the tables defined in the database model.
createTables(Connection, Database, boolean, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates the tables defined in the database model.
createTables(Connection, Database, CreationParameters, boolean, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates the tables defined in the database model.
createTables(Database) - Method in class org.apache.ddlutils.platform.SqlBuilder
Outputs the DDL required to drop and (re)create all tables in the database model.
createTables(Database, boolean) - Method in class org.apache.ddlutils.platform.SqlBuilder
Outputs the DDL required to drop (if requested) and (re)create all tables in the database model.
createTables(Database, CreationParameters, boolean) - Method in class org.apache.ddlutils.platform.SqlBuilder
Outputs the DDL required to drop (if requested) and (re)create all tables in the database model.
createTemporaryTable(Database, Table, Map) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Outputs the DDL to create the given temporary table.
createTemporaryTable(Database, Table, Map) - Method in class org.apache.ddlutils.platform.SqlBuilder
Outputs the DDL to create the given temporary table.
createUniqueIdentifier() - Method in class org.apache.ddlutils.platform.SqlBuilder
Creates a reasonably unique identifier only consisting of hexadecimal characters and underscores.
createUpdateSql(Database, SqlDynaClass, SqlDynaProperty[], SqlDynaProperty[], DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates the SQL for updating an object of the given type.
createUpdateSql(Database, SqlDynaClass, SqlDynaProperty[], SqlDynaProperty[], DynaBean, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates the SQL for updating an object of the given type.
CreationParameters - Class in org.apache.ddlutils.platform
Contains parameters used in the table creation.
CreationParameters() - Constructor for class org.apache.ddlutils.platform.CreationParameters
 
curChar - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenManager
 
curChar - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarTokenManager
 
CURRENT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
currentOpts - Variable in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
currentToken - Variable in exception com.pivotal.gemfirexd.internal.impl.tools.ij.ParseException
This is the last token that has been consumed successfully.
CURSOR - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.

D

Database - Class in org.apache.ddlutils.model
Represents the database model, ie.
Database() - Constructor for class org.apache.ddlutils.model.Database
Creates an empty model without a name.
Database(String) - Constructor for class org.apache.ddlutils.model.Database
Creates an empty model with the given name.
DatabaseCommand - Class in org.apache.ddlutils.task
Base type for commands that have the database info embedded.
DatabaseCommand() - Constructor for class org.apache.ddlutils.task.DatabaseCommand
 
DatabaseCommandWithCreationParameters - Class in org.apache.ddlutils.task
Base type for database commands that use creation parameters.
DatabaseCommandWithCreationParameters() - Constructor for class org.apache.ddlutils.task.DatabaseCommandWithCreationParameters
 
DatabaseDataIO - Class in org.apache.ddlutils.io
Provides basic live database data <-> XML functionality.
DatabaseDataIO() - Constructor for class org.apache.ddlutils.io.DatabaseDataIO
 
DatabaseIO - Class in org.apache.ddlutils.io
This class provides functions to read and write database models from/to XML.
DatabaseIO() - Constructor for class org.apache.ddlutils.io.DatabaseIO
 
DatabaseMetaDataWrapper - Class in org.apache.ddlutils.platform
Wrapper class for database meta data that stores additional info.
DatabaseMetaDataWrapper() - Constructor for class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
 
DATABASENAME - Static variable in class org.apache.ddlutils.platform.axion.AxionPlatform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.cloudscape.CloudscapePlatform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.db2.Db2Platform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.db2.Db2v8Platform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.derby.DerbyPlatform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.firebird.FirebirdPlatform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.gemfirexd.GemFireXDPeerPlatform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.gemfirexd.GemFireXDPlatform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.hsqldb.HsqlDbPlatform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.interbase.InterbasePlatform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.maxdb.MaxDbPlatform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.mckoi.MckoiPlatform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.mysql.MySql50Platform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.mysql.MySqlPlatform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.oracle.Oracle10Platform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.oracle.Oracle11Platform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.oracle.Oracle8Platform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.oracle.Oracle9Platform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.postgresql.PostgreSqlPlatform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.sapdb.SapDbPlatform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.sybase.SybaseASE15Platform
Database name of this platform.
DATABASENAME - Static variable in class org.apache.ddlutils.platform.sybase.SybasePlatform
Database name of this platform.
DatabaseOperationException - Exception in org.apache.ddlutils
This exception is thrown when a database operation failed.
DatabaseOperationException() - Constructor for exception org.apache.ddlutils.DatabaseOperationException
Creates a new empty exception object.
DatabaseOperationException(String) - Constructor for exception org.apache.ddlutils.DatabaseOperationException
Creates a new exception object.
DatabaseOperationException(Throwable) - Constructor for exception org.apache.ddlutils.DatabaseOperationException
Creates a new exception object.
DatabaseOperationException(String, Throwable) - Constructor for exception org.apache.ddlutils.DatabaseOperationException
Creates a new exception object.
DatabaseTaskBase - Class in org.apache.ddlutils.task
Base class for DdlUtils Ant tasks that operate on a database.
DatabaseTaskBase() - Constructor for class org.apache.ddlutils.task.DatabaseTaskBase
 
DatabaseToDdlTask - Class in org.apache.ddlutils.task
Task for getting structural info and data from a live database.
DatabaseToDdlTask() - Constructor for class org.apache.ddlutils.task.DatabaseToDdlTask
 
DataConverterRegistration - Class in org.apache.ddlutils.io
Represents the registration of a data converter for tasks that work on data files.
DataConverterRegistration() - Constructor for class org.apache.ddlutils.io.DataConverterRegistration
 
DataDtdWriter - Class in org.apache.ddlutils.io
Generates the DTD for data xml files usable with a specified database model.
DataDtdWriter() - Constructor for class org.apache.ddlutils.io.DataDtdWriter
 
DATALINK - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.DATALINK constant.
DataReader - Class in org.apache.ddlutils.io
Reads data XML into dyna beans matching a specified database model.
DataReader() - Constructor for class org.apache.ddlutils.io.DataReader
 
DataSink - Interface in org.apache.ddlutils.io
Marks classes that can receive dyna beans read by the DataReader.
DataSinkException - Exception in org.apache.ddlutils.io
Exception generated by DataSink implementations.
DataSinkException() - Constructor for exception org.apache.ddlutils.io.DataSinkException
Creates a new exception object.
DataSinkException(String) - Constructor for exception org.apache.ddlutils.io.DataSinkException
Creates a new exception object.
DataSinkException(Throwable) - Constructor for exception org.apache.ddlutils.io.DataSinkException
Creates a new exception object.
DataSinkException(String, Throwable) - Constructor for exception org.apache.ddlutils.io.DataSinkException
Creates a new exception object.
DATASOURCE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
DataToDatabaseSink - Class in org.apache.ddlutils.io
Data sink that directly inserts the beans into the database.
DataToDatabaseSink(Platform, Database) - Constructor for class org.apache.ddlutils.io.DataToDatabaseSink
Creates a new sink instance.
DataWriter - Class in org.apache.ddlutils.io
Writes dyna beans matching a specified database model into an XML file.
DataWriter(OutputStream) - Constructor for class org.apache.ddlutils.io.DataWriter
Creates a data writer instance using UTF-8 encoding.
DataWriter(OutputStream, String) - Constructor for class org.apache.ddlutils.io.DataWriter
Creates a data writer instance.
DataWriter(Writer, String) - Constructor for class org.apache.ddlutils.io.DataWriter
Creates a data writer instance using the specified writer.
DataWriterException - Exception in org.apache.ddlutils.io
Exception generated by the DataWriter.
DataWriterException() - Constructor for exception org.apache.ddlutils.io.DataWriterException
Creates a new exception object.
DataWriterException(String) - Constructor for exception org.apache.ddlutils.io.DataWriterException
Creates a new exception object.
DataWriterException(Throwable) - Constructor for exception org.apache.ddlutils.io.DataWriterException
Creates a new exception object.
DataWriterException(String, Throwable) - Constructor for exception org.apache.ddlutils.io.DataWriterException
Creates a new exception object.
DATE - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.DATE constant.
DateConverter - Class in org.apache.ddlutils.io.converters
Converts between Date and String using the standard representation "yyyy", or "yyyy-mm", or "yyyy-mm-dd".
DateConverter() - Constructor for class org.apache.ddlutils.io.converters.DateConverter
Creates a new date converter object.
DATETIME - Static variable in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
The enum value for date/time jdbc types.
Db2Builder - Class in org.apache.ddlutils.platform.db2
The SQL Builder for DB2.
Db2Builder(Platform) - Constructor for class org.apache.ddlutils.platform.db2.Db2Builder
Creates a new builder instance.
Db2ModelReader - Class in org.apache.ddlutils.platform.db2
Reads a database model from a Db2 UDB database.
Db2ModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.db2.Db2ModelReader
Creates a new model reader for Db2 databases.
Db2Platform - Class in org.apache.ddlutils.platform.db2
The DB2 platform implementation.
Db2Platform() - Constructor for class org.apache.ddlutils.platform.db2.Db2Platform
Creates a new platform instance.
Db2v8Builder - Class in org.apache.ddlutils.platform.db2
The SQL Builder for DB2 v8 and above.
Db2v8Builder(Platform) - Constructor for class org.apache.ddlutils.platform.db2.Db2v8Builder
Creates a new builder instance.
Db2v8Platform - Class in org.apache.ddlutils.platform.db2
The DB2 platform implementation for DB2 v8 and above.
Db2v8Platform() - Constructor for class org.apache.ddlutils.platform.db2.Db2v8Platform
Creates a new platform instance.
DB_Alias - Class in com.pivotal.gemfirexd.internal.impl.tools.dblook
 
DB_Alias() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Alias
 
DB_Check - Class in com.pivotal.gemfirexd.internal.impl.tools.dblook
 
DB_Check() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Check
 
DB_GrantRevoke - Class in com.pivotal.gemfirexd.internal.impl.tools.dblook
 
DB_GrantRevoke() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_GrantRevoke
 
DB_Index - Class in com.pivotal.gemfirexd.internal.impl.tools.dblook
 
DB_Index() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Index
 
DB_Jar - Class in com.pivotal.gemfirexd.internal.impl.tools.dblook
 
DB_Jar() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Jar
 
DB_Key - Class in com.pivotal.gemfirexd.internal.impl.tools.dblook
 
DB_Key() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Key
 
DB_Schema - Class in com.pivotal.gemfirexd.internal.impl.tools.dblook
 
DB_Schema() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Schema
 
DB_Table - Class in com.pivotal.gemfirexd.internal.impl.tools.dblook
 
DB_Table() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Table
 
DB_Trigger - Class in com.pivotal.gemfirexd.internal.impl.tools.dblook
 
DB_Trigger() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Trigger
 
DB_View - Class in com.pivotal.gemfirexd.internal.impl.tools.dblook
 
DB_View() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_View
 
dblook - Class in com.pivotal.gemfirexd.internal.tools
 
dblook(String[]) - Constructor for class com.pivotal.gemfirexd.internal.tools.dblook
 
DdlToDatabaseTask - Class in org.apache.ddlutils.task
Task for performing operations on a live database.
DdlToDatabaseTask() - Constructor for class org.apache.ddlutils.task.DdlToDatabaseTask
 
DDLUTILS_NAMESPACE - Static variable in class org.apache.ddlutils.io.DatabaseIO
The namespace used by DdlUtils.
DdlUtilsException - Exception in org.apache.ddlutils
Base class for DdlUtils exceptions.
DdlUtilsException() - Constructor for exception org.apache.ddlutils.DdlUtilsException
Creates a new empty exception object.
DdlUtilsException(String) - Constructor for exception org.apache.ddlutils.DdlUtilsException
Creates a new exception object.
DdlUtilsException(Throwable) - Constructor for exception org.apache.ddlutils.DdlUtilsException
Creates a new exception object.
DdlUtilsException(String, Throwable) - Constructor for exception org.apache.ddlutils.DdlUtilsException
Creates a new exception object.
DdlUtilsXMLException - Exception in org.apache.ddlutils.io
Base class for exceptions generated by DdlUtils when handling XML.
DdlUtilsXMLException() - Constructor for exception org.apache.ddlutils.io.DdlUtilsXMLException
Creates a new exception object.
DdlUtilsXMLException(String) - Constructor for exception org.apache.ddlutils.io.DdlUtilsXMLException
Creates a new exception object.
DdlUtilsXMLException(Throwable) - Constructor for exception org.apache.ddlutils.io.DdlUtilsXMLException
Creates a new exception object.
DdlUtilsXMLException(String, Throwable) - Constructor for exception org.apache.ddlutils.io.DdlUtilsXMLException
Creates a new exception object.
debug(Exception) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
debug(String, String) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
debug(String, String[]) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
debugStream - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenManager
Debug output.
debugStream - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarTokenManager
Debug output.
DECIMAL - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.DECIMAL constant.
decode(String) - Method in class org.apache.ddlutils.io.BinaryObjectsHelper
Decodes an object from the serialized form encoded in the given Base64 string.
decodeByteArray(String) - Method in class org.apache.ddlutils.io.BinaryObjectsHelper
Decodes the given Base64 form to a byte array.
DEFAULT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
Lexical state.
DEFAULT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
Lexical state.
DEFAULT_HEAPSIZE_GB - Static variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
DEFAULT_HEAPSIZE_SMALL_GB - Static variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
defaultLogFileName - Variable in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
DefaultTableDefinitionChangesPredicate - Class in org.apache.ddlutils.platform
This is the default predicate for filtering supported table definition changes in the ModelComparator.
DefaultTableDefinitionChangesPredicate() - Constructor for class org.apache.ddlutils.platform.DefaultTableDefinitionChangesPredicate
 
DefaultValueHelper - Class in org.apache.ddlutils.platform
Helper class for dealing with default values, e.g.
DefaultValueHelper() - Constructor for class org.apache.ddlutils.platform.DefaultValueHelper
 
delete(Database, DynaBean) - Method in interface org.apache.ddlutils.Platform
Deletes the given bean from the database, assuming the primary key values are specified.
delete(Connection, Database, DynaBean) - Method in interface org.apache.ddlutils.Platform
Deletes the row which maps to the given bean from the database.
delete(Database, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Deletes the given bean from the database, assuming the primary key values are specified.
delete(Connection, Database, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Deletes the row which maps to the given bean from the database.
DerbyBuilder - Class in org.apache.ddlutils.platform.derby
The SQL Builder for Derby.
DerbyBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.derby.DerbyBuilder
Creates a new builder instance.
DerbyModelReader - Class in org.apache.ddlutils.platform.derby
Reads a database model from a Derby database.
DerbyModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.derby.DerbyModelReader
Creates a new model reader for Derby databases.
DerbyPlatform - Class in org.apache.ddlutils.platform.derby
The platform implementation for Derby.
DerbyPlatform() - Constructor for class org.apache.ddlutils.platform.derby.DerbyPlatform
Creates a new Derby platform instance.
DESCRIBE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
description() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
DESCRIPTION - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
description - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
deserialize(byte[]) - Method in class org.apache.ddlutils.io.BinaryObjectsHelper
Deserializes the object from its byte array representation.
determineAutoIncrementColumns(Table) - Method in class org.apache.ddlutils.platform.db2.Db2ModelReader
Helper method that determines the auto increment status using Firebird's system tables.
determineAutoIncrementColumns(Table) - Method in class org.apache.ddlutils.platform.firebird.FirebirdModelReader
Helper method that determines the auto increment status using Firebird's system tables.
determineAutoIncrementColumns(Table) - Method in class org.apache.ddlutils.platform.interbase.InterbaseModelReader
Helper method that determines the auto increment status using Interbase's system tables.
determineAutoIncrementColumns(Table) - Method in class org.apache.ddlutils.platform.oracle.Oracle8ModelReader
Helper method that determines the auto increment status using Firebird's system tables.
determineAutoIncrementFromResultSetMetaData(Table, Column[]) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Helper method that determines the auto increment status for the given columns via the ResultSetMetaData.isAutoIncrement(int) method.
determineDatabaseType(DataSource) - Method in class org.apache.ddlutils.PlatformUtils
Tries to determine the database type for the given data source.
determineDatabaseType(DataSource, String, String) - Method in class org.apache.ddlutils.PlatformUtils
Tries to determine the database type for the given data source.
determineDatabaseType(String, String) - Method in class org.apache.ddlutils.PlatformUtils
Tries to determine the database type for the given jdbc driver and connection url.
determineExtraColumnInfo(Table) - Method in class org.apache.ddlutils.platform.interbase.InterbaseModelReader
Helper method that determines extra column info from the system tables: default value, precision, scale.
determineSchemaOf(Connection, String, Table) - Method in class org.apache.ddlutils.platform.firebird.FirebirdModelReader
Tries to find the schema to which the given table belongs.
determineSchemaOf(Connection, String, Table) - Method in class org.apache.ddlutils.platform.interbase.InterbaseModelReader
Tries to find the schema to which the given table belongs.
determineSchemaOf(Connection, String, Table) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Deprecated.
Will be removed once full schema support is in place
DIGIT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
disable_tracing() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Disable tracing.
DISCONNECT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
disconnect(Cache) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
DisplayBanner(PrintWriter, ResultSetMetaData) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
Print a banner containing the column labels separated with '|'s and a line of '-'s.
DisplayBanner(PrintStream, ResultSetMetaData) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
DisplayCurrentRow(PrintWriter, ResultSet, Connection, ConsoleReader, StopWatch) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
Display the current row of the result set along with a banner.
DisplayCurrentRow(PrintStream, ResultSet, Connection) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
DisplayMulti(LocalizedOutput, PreparedStatement, ResultSet, Connection, ConsoleReader, StopWatch) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
Display a statement that takes parameters by stuffing it with rows from the result set and displaying each result each time through.
DisplayMultipleResults(PrintWriter, List, Connection, int[], int[], ConsoleReader, StopWatch) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
DisplayNextRow(PrintWriter, ResultSet, Connection, ConsoleReader, StopWatch) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
Fetch the next row of the result set, and if it exists format and display a banner and the row.
DisplayNextRow(PrintStream, ResultSet, Connection) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
DisplayResults(PrintWriter, Statement, Connection, ConsoleReader, StopWatch) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
Pretty-print the results of a statement that has been executed.
DisplayResults(PrintWriter, ResultSet, Connection, int[], int[], ConsoleReader, StopWatch) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
DisplayResults(PrintStream, Statement, Connection) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
DisplayResults(PrintStream, ResultSet, Connection) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
DisplayVector(LocalizedOutput, Vector) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
Display a vector of strings to the out stream.
DISTINCT - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.DISTINCT constant.
doAuthorizations(Connection) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_GrantRevoke
Generate Grant & Revoke statements if sqlAuthorization is on
doChecks(Connection) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Check
 
doIndexes(Connection) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Index
 
doJars(String, Connection) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Jar
 
doKeys(Connection) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Key
 
Done() - Method in interface com.pivotal.gemfirexd.internal.impl.tools.ij.CharStream
The lexer calls this function to indicate that it is done with the stream and hence implementations can free any resources held by this class.
Done() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Reset buffer when finished.
Done() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
doProceduresFunctionsAndUDTs(Connection) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Alias
 
doSchemas(Connection, boolean) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Schema
 
doSynonyms(Connection) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Alias
 
doTables(Connection, HashMap) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Table
 
doTrace(PrintWriter, Exception) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
If the property gfxd.exceptionTrace is true, display the stack trace to the print stream.
doTrace(PrintStream, Exception) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
doTriggers(Connection) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Trigger
 
DOUBLE - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.DOUBLE constant.
DOUBLE_QUOTE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
doViews(Connection) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_View
 
DRIVER - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
dropAutoIncrementSequence(Table, Column) - Method in class org.apache.ddlutils.platform.mckoi.MckoiBuilder
Drops the sequence used for the auto-increment of the given column.
dropAutoIncrementSequence(Table, Column) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Drops the sequence used for the auto-increment of the given column.
dropAutoIncrementTrigger(Table, Column) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Drops the trigger used for the auto-increment of the given column.
dropColumn(Table, Column) - Method in class org.apache.ddlutils.platform.db2.Db2Builder
Generates the SQL to drop a column from a table.
dropColumn(Table, Column) - Method in class org.apache.ddlutils.platform.db2.Db2v8Builder
Generates the SQL to drop a column from a table.
dropColumn(Table, Column) - Method in class org.apache.ddlutils.platform.firebird.FirebirdBuilder
Writes the SQL to drop a column.
dropColumn(Table, Column) - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbBuilder
Writes the SQL to drop a column.
dropColumn(Table, Column) - Method in class org.apache.ddlutils.platform.interbase.InterbaseBuilder
Writes the SQL to drop a column.
dropColumn(Table, Column) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Generates the SQL to drop a column from a table.
dropColumn(Table, Column) - Method in class org.apache.ddlutils.platform.mysql.MySqlBuilder
Writes the SQL to drop a column.
dropColumn(Table, Column) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Writes the SQL to drop a column.
dropColumn(Table, Column) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlBuilder
Writes the SQL to drop a column.
dropColumn(Table, Column) - Method in class org.apache.ddlutils.platform.sapdb.SapDbBuilder
Writes the SQL to drop a column.
dropColumn(Table, Column) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Writes the SQL to drop a column.
dropDatabase(String, String, String, String) - Method in interface org.apache.ddlutils.Platform
Drops the database specified by the given parameters.
dropDatabase(String, String, String, String) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Drops the database specified by the given parameters.
dropDatabase(String, String, String, String) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlPlatform
Drops the database specified by the given parameters.
DropDatabaseCommand - Class in org.apache.ddlutils.task
Sub task for dropping the target database.
DropDatabaseCommand() - Constructor for class org.apache.ddlutils.task.DropDatabaseCommand
 
dropForeignKey(Table, ForeignKey) - Method in class org.apache.ddlutils.platform.maxdb.MaxDbBuilder
Generates the statement to drop a foreignkey constraint from the database using an alter table statement.
dropForeignKey(Table, ForeignKey) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Generates the statement to drop a foreignkey constraint from the database using an alter table statement.
dropForeignKey(Table, ForeignKey) - Method in class org.apache.ddlutils.platform.mysql.MySqlBuilder
Generates the statement to drop a foreignkey constraint from the database using an alter table statement.
dropForeignKey(Table, ForeignKey) - Method in class org.apache.ddlutils.platform.sapdb.SapDbBuilder
Generates the statement to drop a foreignkey constraint from the database using an alter table statement.
dropForeignKey(Table, ForeignKey) - Method in class org.apache.ddlutils.platform.SqlBuilder
Generates the statement to drop a foreignkey constraint from the database using an alter table statement.
dropForeignKey(Table, ForeignKey) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Generates the statement to drop a foreignkey constraint from the database using an alter table statement.
dropForeignKeys(Table) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Creates external foreignkey drop statements.
dropForeignKeys(Table) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Creates external foreignkey drop statements.
dropForeignKeys(Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Creates external foreignkey drop statements.
dropForeignKeys(Table) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Creates external foreignkey drop statements.
dropIndex(Table, Index) - Method in class org.apache.ddlutils.platform.axion.AxionBuilder
Generates the statement to drop a non-embedded index from the database.
dropIndex(Table, Index) - Method in class org.apache.ddlutils.platform.db2.Db2Builder
Generates the statement to drop a non-embedded index from the database.
dropIndex(Table, Index) - Method in class org.apache.ddlutils.platform.derby.DerbyBuilder
Generates the statement to drop a non-embedded index from the database.
dropIndex(Table, Index) - Method in class org.apache.ddlutils.platform.firebird.FirebirdBuilder
Generates the statement to drop a non-embedded index from the database.
dropIndex(Table, Index) - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDBuilder
Generates the statement to drop a non-embedded index from the database.
dropIndex(Table, Index) - Method in class org.apache.ddlutils.platform.interbase.InterbaseBuilder
Generates the statement to drop a non-embedded index from the database.
dropIndex(Table, Index) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Generates the statement to drop a non-embedded index from the database.
dropIndex(Table, Index) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Generates the statement to drop a non-embedded index from the database.
dropIndex(Table, Index) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlBuilder
Generates the statement to drop a non-embedded index from the database.
dropIndex(Table, Index) - Method in class org.apache.ddlutils.platform.SqlBuilder
Generates the statement to drop a non-embedded index from the database.
dropIndex(Table, Index) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Generates the statement to drop a non-embedded index from the database.
dropModel(Database, boolean) - Method in interface org.apache.ddlutils.Platform
Drops the given model using the default database connection.
dropModel(Connection, Database, boolean) - Method in interface org.apache.ddlutils.Platform
Drops the given model.
dropModel(Database, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Drops the given model using the default database connection.
dropModel(Connection, Database, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Drops the given model.
dropPrimaryKey(Table) - Method in class org.apache.ddlutils.platform.db2.Db2Builder
Writes the SQL for dropping the primary key of the given table.
dropPrimaryKey(Table) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Writes the SQL for dropping the primary key of the given table.
dropPrimaryKey(Table) - Method in class org.apache.ddlutils.platform.mysql.MySqlBuilder
Writes the SQL to drop the primary key of the given table.
dropPrimaryKey(Table) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Writes the SQL to drop the primary key of the given table.
dropPrimaryKey(Table) - Method in class org.apache.ddlutils.platform.sapdb.SapDbBuilder
Writes the SQL to drop the primary key of the given table.
dropPrimaryKey(Table) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Writes the SQL to drop the primary key of the given table.
dropTable(Table) - Method in class org.apache.ddlutils.platform.axion.AxionBuilder
Outputs the DDL to drop the table.
dropTable(Database, Table, boolean) - Method in interface org.apache.ddlutils.Platform
Drops the specified table and all foreign keys pointing to it.
dropTable(Connection, Database, Table, boolean) - Method in interface org.apache.ddlutils.Platform
Drops the specified table and all foreign keys pointing to it.
dropTable(Table) - Method in class org.apache.ddlutils.platform.firebird.FirebirdBuilder
Outputs the DDL to drop the table.
dropTable(Table) - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDBuilder
Outputs the DDL to drop the table.
dropTable(Table) - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbBuilder
Outputs the DDL to drop the table.
dropTable(Table) - Method in class org.apache.ddlutils.platform.interbase.InterbaseBuilder
Outputs the DDL to drop the table.
dropTable(Table) - Method in class org.apache.ddlutils.platform.mckoi.MckoiBuilder
Outputs the DDL to drop the table.
dropTable(Table) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Outputs the DDL to drop the table.
dropTable(Table) - Method in class org.apache.ddlutils.platform.mysql.MySqlBuilder
Outputs the DDL to drop the table.
dropTable(Table) - Method in class org.apache.ddlutils.platform.oracle.Oracle10Builder
Outputs the DDL to drop the table.
dropTable(Table) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Outputs the DDL to drop the table.
dropTable(Connection, Database, Table, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Drops the specified table and all foreign keys pointing to it.
dropTable(Database, Table, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Drops the specified table and all foreign keys pointing to it.
dropTable(Table) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlBuilder
Outputs the DDL to drop the table.
dropTable(Table) - Method in class org.apache.ddlutils.platform.sapdb.SapDbBuilder
Outputs the DDL to drop the table.
dropTable(Database, Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Outputs the DDL required to drop the given table.
dropTable(Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Outputs the DDL to drop the table.
dropTable(Table) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Outputs the DDL to drop the table.
dropTables(Database, boolean) - Method in interface org.apache.ddlutils.Platform
Deprecated.
dropTables(Connection, Database, boolean) - Method in interface org.apache.ddlutils.Platform
dropTables(Database, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Drops the given model using the default database connection.
dropTables(Connection, Database, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Drops the given model.
dropTables(Database) - Method in class org.apache.ddlutils.platform.SqlBuilder
Outputs the DDL required to drop the database.
DropTablesCommand - Class in org.apache.ddlutils.task
Sub task for dropping tables.
DropTablesCommand() - Constructor for class org.apache.ddlutils.task.DropTablesCommand
 
dropTemporaryTable(Database, Table) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Outputs the DDL to drop the given temporary table.
dropTemporaryTable(Database, Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Outputs the DDL to drop the given temporary table.
DTD_PREFIX - Static variable in class org.apache.ddlutils.io.LocalEntityResolver
The default DTD.
DumpMetadataTask - Class in org.apache.ddlutils.task
A simple helper task that dumps information about a database using JDBC.
DumpMetadataTask() - Constructor for class org.apache.ddlutils.task.DumpMetadataTask
 
DynaClassCache - Class in org.apache.ddlutils.dynabean
Provides a cache of dyna class instances for a specific model, as well as helper methods for dealing with these classes.
DynaClassCache() - Constructor for class org.apache.ddlutils.dynabean.DynaClassCache
 

E

ELAPSEDTIME - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
enable_tracing() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Enable tracing.
encode(Object) - Method in class org.apache.ddlutils.io.BinaryObjectsHelper
Encodes the serialized form of the given object to its Base64 form.
encodeByteArray(byte[]) - Method in class org.apache.ddlutils.io.BinaryObjectsHelper
Encodes the given byte array to its Base64 form.
encryptForExternal(String, List<?>, String, String) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
encryptPassword(String, List<?>) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
END - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
end() - Method in interface org.apache.ddlutils.io.DataSink
Notifies the sink that all beans have been added.
end() - Method in class org.apache.ddlutils.io.DataToDatabaseSink
Notifies the sink that all beans have been added.
endColumn - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
The column number of the last character of this Token.
endLine - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
The line number of the last character of this Token.
EOF - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
End of File.
EOF - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
End of File.
EOL - Static variable in exception com.pivotal.gemfirexd.internal.impl.tools.ij.ParseException
The end of line string for this machine.
equals(Object) - Method in class org.apache.ddlutils.dynabean.SqlDynaBean
equals(Object) - Method in class org.apache.ddlutils.io.Identity
equals(Object) - Method in class org.apache.ddlutils.model.Column
equals(Object) - Method in class org.apache.ddlutils.model.Database
equals(Object) - Method in class org.apache.ddlutils.model.ForeignKey
equals(Object) - Method in class org.apache.ddlutils.model.IndexColumn
equals(Object) - Method in class org.apache.ddlutils.model.NonUniqueIndex
equals(Object) - Method in class org.apache.ddlutils.model.Reference
equals(Object) - Method in class org.apache.ddlutils.model.Table
equals(Object) - Method in class org.apache.ddlutils.model.UniqueIndex
equals(String, String, boolean) - Static method in class org.apache.ddlutils.util.StringUtilsExt
Compares the two given strings in a case sensitive or insensitive manner depending on the caseSensitive parameter.
EQUALS_OPERATOR - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
equalsIgnoreCase(ForeignKey) - Method in class org.apache.ddlutils.model.ForeignKey
Compares this foreign key to the given one while ignoring the case of identifiers.
equalsIgnoreCase(Index) - Method in interface org.apache.ddlutils.model.Index
Compares this index to the given one while ignoring the case of identifiers.
equalsIgnoreCase(IndexColumn) - Method in class org.apache.ddlutils.model.IndexColumn
Compares this index column to the given one while ignoring the case of identifiers.
equalsIgnoreCase(Index) - Method in class org.apache.ddlutils.model.NonUniqueIndex
Compares this index to the given one while ignoring the case of identifiers.
equalsIgnoreCase(Reference) - Method in class org.apache.ddlutils.model.Reference
Compares this reference to the given one while ignoring the case of identifiers.
equalsIgnoreCase(Index) - Method in class org.apache.ddlutils.model.UniqueIndex
Compares this index to the given one while ignoring the case of identifiers.
escapeForSearch(String) - Method in class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
Escape a string literal so that it can be used as a search pattern.
escapeStringValue(String) - Method in class org.apache.ddlutils.platform.SqlBuilder
Escapes the necessary characters in given string value.
evaluateBatch(String, boolean) - Method in interface org.apache.ddlutils.Platform
Executes a series of sql statements which must be seperated by the delimiter configured as getSqlCommandDelimiter() of the info object of this platform.
evaluateBatch(Connection, String, boolean) - Method in interface org.apache.ddlutils.Platform
Executes a series of sql statements which must be seperated by the delimiter configured as getSqlCommandDelimiter() of the info object of this platform.
evaluateBatch(String, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Executes a series of sql statements which must be seperated by the delimiter configured as getSqlCommandDelimiter() of the info object of this platform.
evaluateBatch(Connection, String, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Executes a series of sql statements which must be seperated by the delimiter configured as getSqlCommandDelimiter() of the info object of this platform.
EXECUTE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
execute(DatabaseTaskBase, Database) - Method in class org.apache.ddlutils.task.Command
Executes this command.
execute(DatabaseTaskBase, Database) - Method in class org.apache.ddlutils.task.CreateDatabaseCommand
Executes this command.
execute() - Method in class org.apache.ddlutils.task.DatabaseTaskBase
execute(DatabaseTaskBase, Database) - Method in class org.apache.ddlutils.task.DropDatabaseCommand
Executes this command.
execute(DatabaseTaskBase, Database) - Method in class org.apache.ddlutils.task.DropTablesCommand
Executes this command.
execute() - Method in class org.apache.ddlutils.task.DumpMetadataTask
execute(DatabaseTaskBase, Database) - Method in class org.apache.ddlutils.task.ReplayFailedDMLsCommand
 
execute(DatabaseTaskBase, Database) - Method in class org.apache.ddlutils.task.WriteDataToDatabaseCommand
Executes this command.
execute(DatabaseTaskBase, Database) - Method in class org.apache.ddlutils.task.WriteDataToFileCommand
Executes this command.
execute(DatabaseTaskBase, Database) - Method in class org.apache.ddlutils.task.WriteDtdToFileCommand
Executes this command.
execute(DatabaseTaskBase, Database) - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Executes this command.
execute(DatabaseTaskBase, Database) - Method in class org.apache.ddlutils.task.WriteSchemaToDatabaseCommand
Executes this command.
execute(DatabaseTaskBase, Database) - Method in class org.apache.ddlutils.task.WriteSchemaToFileCommand
Executes this command.
execute(Object) - Method in class org.apache.ddlutils.util.CallbackClosure
executeCommand(CommandLine, String, String) - Method in interface com.pivotal.gemfirexd.tools.internal.ToolsBase.ProcessCommand
Execute the command.
executeCommands(Database) - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Executes the commands.
executeReplayFailedDMLs(CommandLine, String, String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
executeWriteDataDtdToFile(CommandLine, String, String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
executeWriteDataToDB(CommandLine, String, String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
executeWriteDataToXML(CommandLine, String, String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
executeWriteSchemaToDB(CommandLine, String, String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
executeWriteSchemaToSQL(CommandLine, String, String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
executeWriteSchemaToXML(CommandLine, String, String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
exists(Database, DynaBean) - Method in interface org.apache.ddlutils.Platform
Determines whether the given dyna bean is stored in the database.
exists(Connection, Database, DynaBean) - Method in interface org.apache.ddlutils.Platform
Determines whether the given dyna bean is stored in the database.
exists(Database, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Determines whether the given dyna bean is stored in the database.
exists(Connection, Database, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Determines whether the given dyna bean is stored in the database.
EXIT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
ExpandBuff(boolean) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
expandDoubleQuotes(String) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
EXPECT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
expectedTokenSequences - Variable in exception com.pivotal.gemfirexd.internal.impl.tools.ij.ParseException
Each entry in this array is an array of integers.
EXPLAIN - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
EXPLAINMODE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
EXTRA_CONN_PROPS - Static variable in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
extractColumnValue(ResultSet, String, int, int) - Method in class org.apache.ddlutils.platform.axion.AxionPlatform
This is the core method to retrieve a value for a column from a result set.
extractColumnValue(ResultSet, String, int, int) - Method in class org.apache.ddlutils.platform.interbase.InterbasePlatform
This is the core method to retrieve a value for a column from a result set.
extractColumnValue(ResultSet, String, int, int) - Method in class org.apache.ddlutils.platform.PlatformImplBase
This is the core method to retrieve a value for a column from a result set.
extractColumnValue(ResultSet, String, int, int) - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
This is the core method to retrieve a value for a column from a result set.

F

FAIL - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
fetch(Database, String) - Method in interface org.apache.ddlutils.Platform
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, Collection) - Method in interface org.apache.ddlutils.Platform
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, Table[]) - Method in interface org.apache.ddlutils.Platform
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, Collection, Table[]) - Method in interface org.apache.ddlutils.Platform
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, int, int) - Method in interface org.apache.ddlutils.Platform
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, Collection, int, int) - Method in interface org.apache.ddlutils.Platform
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, Table[], int, int) - Method in interface org.apache.ddlutils.Platform
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, Collection, Table[], int, int) - Method in interface org.apache.ddlutils.Platform
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, Table[]) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, int, int) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, Table[], int, int) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, Collection) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, Collection, int, int) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, Collection, Table[]) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, Collection, Table[], int, int) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, Collection, Table[], int, int) - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Queries for a list of dyna beans representing rows of the given query.
fetch(Database, String, Table[], int, int) - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Queries for a list of dyna beans representing rows of the given query.
FILE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
file - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
FillBuff() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
finalize() - Method in class org.apache.ddlutils.platform.ModelBasedResultSetIterator
findCDataCutPoints(String) - Static method in class org.apache.ddlutils.io.XMLUtils
Determines whether the given string contains special characters that cannot be used in XML, and if not, finds the cut points where to split the text when writing it in a CDATA section.
findChangedColumn(Database, boolean) - Method in interface org.apache.ddlutils.alteration.ColumnChange
Finds the column object corresponding to the changed column in the given database model.
findChangedColumn(Database, boolean) - Method in class org.apache.ddlutils.alteration.ColumnChangeImplBase
Finds the column object corresponding to the changed column in the given database model.
findChangedForeignKey(Database, boolean) - Method in interface org.apache.ddlutils.alteration.ForeignKeyChange
Finds the foreign key object corresponding to the changed foreign key in the given database model.
findChangedForeignKey(Database, boolean) - Method in class org.apache.ddlutils.alteration.ForeignKeyChangeImplBase
Finds the foreign key object corresponding to the changed foreign key in the given database model.
findChangedForeignKey(Database, ForeignKeyChange) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Finds the foreign key changed by the change object in the given model.
findChangedIndex(Database, boolean) - Method in interface org.apache.ddlutils.alteration.IndexChange
Finds the index object corresponding to the changed index in the given database model.
findChangedIndex(Database, boolean) - Method in class org.apache.ddlutils.alteration.IndexChangeImplBase
Finds the index object corresponding to the changed index in the given database model.
findChangedIndex(Database, IndexChange) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Finds the index changed by the change object in the given model.
findChangedTable(Database, boolean) - Method in interface org.apache.ddlutils.alteration.TableChange
Finds the table object corresponding to the changed table in the given database model.
findChangedTable(Database, boolean) - Method in class org.apache.ddlutils.alteration.TableChangeImplBase
Finds the table object corresponding to the changed table in the given database model.
findChangedTable(Database, TableChange) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Finds the table changed by the change object in the given model.
findColumn(String) - Method in class org.apache.ddlutils.model.Table
Finds the column with the specified name, using case insensitive matching.
findColumn(String, boolean) - Method in class org.apache.ddlutils.model.Table
Finds the column with the specified name, using case insensitive matching.
findCorrespondingForeignKey(Table, ForeignKey) - Method in class org.apache.ddlutils.alteration.ModelComparator
Searches in the given table for a corresponding foreign key.
findCorrespondingIndex(Table, Index) - Method in class org.apache.ddlutils.alteration.ModelComparator
Searches in the given table for a corresponding index.
findForeignKey(String) - Method in class org.apache.ddlutils.model.Table
Finds the foreign key with the specified name, using case insensitive matching.
findForeignKey(String, boolean) - Method in class org.apache.ddlutils.model.Table
Finds the foreign key with the specified name, using case sensitive or insensitive matching depending on the caseSensitive parameter.
findForeignKey(ForeignKey) - Method in class org.apache.ddlutils.model.Table
Finds the foreign key in this table that is equal to the supplied foreign key.
findForeignKey(ForeignKey, boolean) - Method in class org.apache.ddlutils.model.Table
Finds the foreign key in this table that is equal to the supplied foreign key.
findIndex(String) - Method in class org.apache.ddlutils.model.Table
Finds the index with the specified name, using case insensitive matching.
findIndex(String, boolean) - Method in class org.apache.ddlutils.model.Table
Finds the index with the specified name, using case sensitive or insensitive matching depending on the caseSensitive parameter.
findTable(String) - Method in class org.apache.ddlutils.model.Database
Finds the table with the specified name, using case insensitive matching.
findTable(String, boolean) - Method in class org.apache.ddlutils.model.Database
Finds the table with the specified name, using case insensitive matching.
findTables(String[], boolean) - Method in class org.apache.ddlutils.model.Database
Returns the indicated tables.
findTables(String, boolean) - Method in class org.apache.ddlutils.model.Database
Finds the tables whose names match the given regular expression.
FirebirdBuilder - Class in org.apache.ddlutils.platform.firebird
The SQL Builder for the FireBird database.
FirebirdBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.firebird.FirebirdBuilder
Creates a new builder instance.
FirebirdModelReader - Class in org.apache.ddlutils.platform.firebird
The Jdbc Model Reader for Firebird.
FirebirdModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.firebird.FirebirdModelReader
Creates a new model reader for Firebird databases.
FirebirdPlatform - Class in org.apache.ddlutils.platform.firebird
The platform implementation for the Firebird database.
FirebirdPlatform() - Constructor for class org.apache.ddlutils.platform.firebird.FirebirdPlatform
Creates a new Firebird platform instance.
FIRST - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
flatten(Options, String[], boolean) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdParser
This flatten method does so using the following rules: If an Option exists for the first character of the arguments entry AND an Option does not exist for the whole argument then add the first character as an option to the processed tokens list e.g.
FLOAT - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.FLOAT constant.
FOR - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
ForeignKey - Class in org.apache.ddlutils.model
Represents a database foreign key.
ForeignKey() - Constructor for class org.apache.ddlutils.model.ForeignKey
Creates a new foreign key object that has no name.
ForeignKey(String) - Constructor for class org.apache.ddlutils.model.ForeignKey
Creates a new foreign key object.
ForeignKeyChange - Interface in org.apache.ddlutils.alteration
Represents a change to a foreign key of a table.
ForeignKeyChangeImplBase - Class in org.apache.ddlutils.alteration
The base class for changes affecting foreign keys.
ForeignKeyChangeImplBase(String, ForeignKey) - Constructor for class org.apache.ddlutils.alteration.ForeignKeyChangeImplBase
Creates a new change object.
forwardOnlyCursor(String) - Static method in exception com.pivotal.gemfirexd.internal.impl.tools.ij.ijException
 
FROM - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
FUNCTIONS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.

G

GemFireXDBuilder - Class in org.apache.ddlutils.platform.gemfirexd
The SQL Builder for GemFireXD.
GemFireXDBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.gemfirexd.GemFireXDBuilder
Creates a new builder instance.
GemFireXDModelReader - Class in org.apache.ddlutils.platform.gemfirexd
Reads a database model from a GemFireXD database.
GemFireXDModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.gemfirexd.GemFireXDModelReader
Creates a new model reader for GemFireXD databases.
GemFireXDPeerPlatform - Class in org.apache.ddlutils.platform.gemfirexd
Any extensions required for the embedded driver that creates a GemFireXD peer.
GemFireXDPeerPlatform() - Constructor for class org.apache.ddlutils.platform.gemfirexd.GemFireXDPeerPlatform
Creates a new GemFireXD platform instance.
GemFireXDPlatform - Class in org.apache.ddlutils.platform.gemfirexd
The platform implementation for GemFireXD.
GemFireXDPlatform() - Constructor for class org.apache.ddlutils.platform.gemfirexd.GemFireXDPlatform
Creates a new GemFireXD platform instance.
generateParseException() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Generate ParseException.
generateRoutinePrivs(ResultSet) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_GrantRevoke
Generate routine privilege statements
generateUDTPrivs(ResultSet) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_GrantRevoke
Generate udt privilege statements
GET - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
getAdminCnx(String, List) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
getAlterModelSql(Database, Database) - Method in interface org.apache.ddlutils.Platform
Returns the SQL for altering the given current model so that it match the desired model.
getAlterModelSql(Database, Database, CreationParameters) - Method in interface org.apache.ddlutils.Platform
Returns the SQL for altering the given current model so that it match the desired model.
getAlterModelSql(Database, Database) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for altering the given current model so that it match the desired model.
getAlterModelSql(Database, Database, CreationParameters) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for altering the given current model so that it match the desired model.
getAlterTablesSql(Database) - Method in interface org.apache.ddlutils.Platform
getAlterTablesSql(Database, CreationParameters) - Method in interface org.apache.ddlutils.Platform
getAlterTablesSql(String, String, String[], Database) - Method in interface org.apache.ddlutils.Platform
getAlterTablesSql(String, String, String[], Database, CreationParameters) - Method in interface org.apache.ddlutils.Platform
getAlterTablesSql(Connection, Database) - Method in interface org.apache.ddlutils.Platform
getAlterTablesSql(Connection, Database, CreationParameters) - Method in interface org.apache.ddlutils.Platform
getAlterTablesSql(Connection, String, String, String[], Database) - Method in interface org.apache.ddlutils.Platform
getAlterTablesSql(Connection, String, String, String[], Database, CreationParameters) - Method in interface org.apache.ddlutils.Platform
getAlterTablesSql(Database) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for altering the database schema so that it match the given model.
getAlterTablesSql(Database, CreationParameters) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for altering the database schema so that it match the given model.
getAlterTablesSql(String, String, String[], Database) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for altering the database schema so that it match the given model.
getAlterTablesSql(String, String, String[], Database, CreationParameters) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for altering the database schema so that it match the given model.
getAlterTablesSql(Connection, Database) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for altering the database schema so that it match the given model.
getAlterTablesSql(Connection, Database, CreationParameters) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for altering the database schema so that it match the given model.
getAlterTablesSql(Connection, String, String, String[], Database) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for altering the database schema so that it match the given model.
getAlterTablesSql(Connection, String, String, String[], Database, CreationParameters) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for altering the database schema so that it match the given model.
getArg(String, String[]) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
Find the argument that follows the specified parameter.
getArg(String, String[]) - Static method in class com.pivotal.gemfirexd.internal.tools.ij
 
getAttributes(String, Properties) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.URLCheck
 
getAutoIncrementColumns() - Method in class org.apache.ddlutils.model.Table
Returns the auto increment columns in this table.
getBareNativeType(Column) - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the bare database-native type for the given column without any size specifies.
getBaseName(String) - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
getBaseName(String) - Method in class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
 
getBaseName(String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
getBatchSize() - Method in class org.apache.ddlutils.io.DatabaseDataIO
Returns the batch size override.
getBatchSize() - Method in class org.apache.ddlutils.io.DataToDatabaseSink
Returns the (maximum) number of beans to insert in one batch.
getBeginColumn() - Method in interface com.pivotal.gemfirexd.internal.impl.tools.ij.CharStream
Returns the column number of the first character for current token (being matched after the last call to BeginTOken).
getBeginColumn() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Get token beginning column number.
getBeginColumn() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
getBeginLine() - Method in interface com.pivotal.gemfirexd.internal.impl.tools.ij.CharStream
Returns the line number of the first character for current token (being matched after the last call to BeginTOken).
getBeginLine() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Get token beginning line number.
getBeginLine() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
getBindTime() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getBooleanAttribute(Object, String) - Static method in class com.pivotal.gemfirexd.tools.gfxdtop.JMXHelper
 
getBooleanAttributes() - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.URLCheck
 
getCases() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestSuite
 
getCatalog() - Method in class org.apache.ddlutils.model.Table
Returns the catalog of this table as read from the database.
getCatalog() - Method in class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
Returns the catalog in the database to read.
getCatalogPattern() - Method in class org.apache.ddlutils.task.DatabaseCommand
Returns the catalog pattern if any.
getCatalogPattern() - Method in class org.apache.ddlutils.task.PlatformConfiguration
Returns the catalog pattern if any.
getChangedColumn() - Method in interface org.apache.ddlutils.alteration.ColumnChange
Returns the name of the affected column from the original model.
getChangedColumn() - Method in class org.apache.ddlutils.alteration.ColumnChangeImplBase
Returns the name of the affected column from the original model.
getChangedTable() - Method in interface org.apache.ddlutils.alteration.TableChange
Returns the name of the affected table from the original model.
getChangedTable() - Method in class org.apache.ddlutils.alteration.TableChangeImplBase
Returns the name of the affected table from the original model.
getChanges(Database, Database) - Method in interface org.apache.ddlutils.Platform
Returns the necessary changes to apply to the current database to make it the desired one.
getChanges(Database, Database) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the necessary changes to apply to the current database to make it the desired one.
getClone() - Method in interface org.apache.ddlutils.model.Index
Returns a clone of this index object.
getClone() - Method in class org.apache.ddlutils.model.NonUniqueIndex
Returns a clone of this index object.
getClone() - Method in class org.apache.ddlutils.model.UniqueIndex
Returns a clone of this index object.
getColNameFromNumber(String, int) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
getColumn() - Method in interface com.pivotal.gemfirexd.internal.impl.tools.ij.CharStream
Deprecated.
getColumn() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Deprecated.
getColumn() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
Deprecated. 
getColumn() - Method in class org.apache.ddlutils.dynabean.SqlDynaProperty
Returns the column for which this property is defined.
getColumn() - Method in class org.apache.ddlutils.io.DataConverterRegistration
Returns the column for which this converter is defined.
getColumn(int) - Method in interface org.apache.ddlutils.model.Index
Returns the indicated column making up this index.
getColumn() - Method in class org.apache.ddlutils.model.IndexColumn
Returns the indexed column.
getColumn(int) - Method in class org.apache.ddlutils.model.IndexImplBase
Returns the indicated column making up this index.
getColumn(int) - Method in class org.apache.ddlutils.model.Table
Returns the column at the specified position.
getColumnClass(int) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.StatementTableModel
 
getColumnCount() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.StatementTableModel
 
getColumnCount() - Method in interface org.apache.ddlutils.model.Index
Returns the number of columns that make up this index.
getColumnCount() - Method in class org.apache.ddlutils.model.IndexImplBase
Returns the number of columns that make up this index.
getColumnCount() - Method in class org.apache.ddlutils.model.Table
Returns the number of columns in this table.
getColumnDisplayList() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijMultipleResultSetResult
 
getColumnDisplayList() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijResultSetResult
 
getColumnIndex(Column) - Method in class org.apache.ddlutils.model.Table
Determines the index of the given column.
getColumnListFromDescription(String, String) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
getColumnName(int) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.StatementTableModel
 
getColumnName(Column) - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the column name.
getColumns() - Method in interface org.apache.ddlutils.model.Index
Returns the columns that make up this index.
getColumns() - Method in class org.apache.ddlutils.model.IndexImplBase
Returns the columns that make up this index.
getColumns() - Method in class org.apache.ddlutils.model.Table
Returns the columns in this table.
getColumns(String, String) - Method in class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
Convenience method to return the column meta data using the configured catalog and schema pattern.
getColumnsForColumn() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns the descriptors for the columns to be read from the column meta data result set.
getColumnsForFK() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns the descriptors for the columns to be read from the foreign key meta data result set.
getColumnsForIndex() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns the descriptors for the columns to be read from the index meta data result set.
getColumnsForPK() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns the descriptors for the columns to be read from the primary key meta data result set.
getColumnsForTable() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns the descriptors for the columns to be read from the table meta data result set.
getColumnValue(String) - Method in class org.apache.ddlutils.io.Identity
Returns the value of the indicated identity columns.
getColumnWidthList() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijMultipleResultSetResult
 
getColumnWidthList() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijResultSetResult
 
getCommandProcessor(String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
Get a processor specific to the provided command.
getCommandProcessor(String) - Method in class com.pivotal.gemfirexd.tools.internal.JarTools
Get a processor specific to the provided command.
getCommandProcessor(String) - Method in class com.pivotal.gemfirexd.tools.internal.MiscTools
Get a processor specific to the provided command.
getCommandProcessor(String) - Method in class com.pivotal.gemfirexd.tools.internal.ToolsBase
Get a processor specific to the provided command.
getCommands() - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Returns the commands.
getCommandToDescriptionKeyMap() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
Get the mapping from command-name to its description key that can be used to lookup the localized description string using LocalizedResource.
getCommandToDescriptionKeyMap() - Method in class com.pivotal.gemfirexd.tools.internal.JarTools
Get the mapping from command-name to its description key that can be used to lookup the localized description string using LocalizedResource.
getCommandToDescriptionKeyMap() - Method in class com.pivotal.gemfirexd.tools.internal.MiscTools
Get the mapping from command-name to its description key that can be used to lookup the localized description string using LocalizedResource.
getCommandToDescriptionKeyMap() - Method in class com.pivotal.gemfirexd.tools.internal.ToolsBase
Get the mapping from command-name to its description key that can be used to lookup the localized description string using LocalizedResource.
getCommentPrefix() - Method in class org.apache.ddlutils.PlatformInfo
Returns the string that denotes the beginning of a comment.
getCommentSuffix() - Method in class org.apache.ddlutils.PlatformInfo
Returns the string that denotes the end of a comment.
getConfiguredDataReader(Platform, Database) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Returns a data reader instance configured for the given platform (which needs to be connected to a live database) and model.
getConfiguredDataWriter(String, String) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Returns a data writer instance configured to write to the indicated file in the specified encoding.
getConfiguredDataWriter(OutputStream, String) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Returns a data writer instance configured to write to the given output stream in the specified encoding.
getConfiguredDataWriter(Writer, String) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Returns a data writer instance configured to write to the given output writer in the specified encoding.
getConnAttributeArg(String[]) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
ij is started with "-ca[r] file OtherArgs"; the file contains connection attibute properties to pass to getConnection
getConnection(CommandLine, String, String, boolean) - Method in class com.pivotal.gemfirexd.tools.internal.JarTools
 
getConnection(CommandLine, String, String) - Method in class com.pivotal.gemfirexd.tools.internal.MiscTools
 
getConnection(ToolsBase.ConnectionOptions, String, String) - Method in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
getConnection() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns the active connection.
getConsoleReader() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.StatementFinder
 
getConsoleReader() - Static method in class com.pivotal.gemfirexd.tools.GfxdUtilLauncher
 
getConstraintName(String, Table, String, String) - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the constraint name.
getConverter() - Method in class org.apache.ddlutils.io.DataConverterRegistration
Returns the converter.
getConverterConfiguration() - Method in class org.apache.ddlutils.io.DataReader
Returns the converter configuration of this data reader.
getConverterConfiguration() - Method in class org.apache.ddlutils.io.DataWriter
Returns the converter configuration of this data reader.
getCreateModelSql(Database, boolean, boolean) - Method in interface org.apache.ddlutils.Platform
Returns the SQL for creating the tables defined in the database model.
getCreateModelSql(Database, CreationParameters, boolean, boolean) - Method in interface org.apache.ddlutils.Platform
Returns the SQL for creating the tables defined in the database model.
getCreateModelSql(Database, boolean, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for creating the tables defined in the database model.
getCreateModelSql(Database, CreationParameters, boolean, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for creating the tables defined in the database model.
getCreateTablesSql(Database, boolean, boolean) - Method in interface org.apache.ddlutils.Platform
getCreateTablesSql(Database, CreationParameters, boolean, boolean) - Method in interface org.apache.ddlutils.Platform
getCreateTablesSql(Database, boolean, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for creating the tables defined in the database model.
getCreateTablesSql(Database, CreationParameters, boolean, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for creating the tables defined in the database model.
GETCURRENTROWNUMBER - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
getDatabase(Connection, String) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Reads the database model from the given connection.
getDatabase(Connection, String, String, String, String[]) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Reads the database model from the given connection.
getDatabaseType() - Method in class org.apache.ddlutils.task.DatabaseCommand
Returns the database type.
getDatabaseType() - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Returns the database type.
getDatabaseType() - Method in class org.apache.ddlutils.task.PlatformConfiguration
Returns the database type.
getDataIO() - Method in class org.apache.ddlutils.task.ConvertingDatabaseCommand
Returns the database data io object.
getDataSource() - Method in interface org.apache.ddlutils.Platform
Returns the data source that this platform uses to access the database.
getDataSource() - Method in class org.apache.ddlutils.task.DatabaseCommand
Returns the data source to use for accessing the database.
getDataSource() - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Returns the data source.
getDataSource() - Method in class org.apache.ddlutils.task.PlatformConfiguration
Returns the data source to use for accessing the database.
getDataSource() - Method in class org.apache.ddlutils.util.JdbcSupport
Returns the data source used for communicating with the database.
getDataSourceConnection(String, String, String, String, boolean) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
Returns a connection obtained using the DataSource.
getDefaultCatalogPattern() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns the catalog(s) in the database to read per default.
getDefaultColumnPattern() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns the default pattern to read the relevant columns from the database.
getDefaultOnDeleteAction() - Method in class org.apache.ddlutils.PlatformInfo
Returns the default ON DELETE action that is used if none is specified.
getDefaultOnUpdateAction() - Method in class org.apache.ddlutils.PlatformInfo
Returns the default ON UPDATE action that is used if none is specified.
getDefaultSchemaPattern() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns the schema(s) in the database to read per default.
getDefaultSize(int) - Method in class org.apache.ddlutils.PlatformInfo
Returns the default size value for the given type, if any.
getDefaultTablePattern() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns the default pattern to read the relevant tables from the database.
getDefaultTableTypes() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns the table types to recognize per default.
getDefaultValue() - Method in class org.apache.ddlutils.model.Column
Returns the default value of the column.
getDefaultValue() - Method in class org.apache.ddlutils.platform.MetaDataColumnDescriptor
Returns the default value.
getDefaultValueHelper() - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the default value helper.
getDeleteSql(Database, DynaBean) - Method in interface org.apache.ddlutils.Platform
Returns the sql for deleting the given bean from the database.
getDeleteSql(Table, Map, boolean) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Creates the SQL for deleting an object from the specified table.
getDeleteSql(Database, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the sql for deleting the given bean from the database.
getDeleteSql(Table, Map, boolean) - Method in class org.apache.ddlutils.platform.SqlBuilder
Creates the SQL for deleting an object from the specified table.
getDelimitedIdentifier(String) - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the delimited version of the identifier (if configured).
getDelimitedName(StringBuilder, String) - Method in class org.apache.ddlutils.model.Column
 
getDelimitedName(String, StringBuilder, String) - Static method in class org.apache.ddlutils.model.ModelHelper
 
getDelimitedName(StringBuilder, String) - Method in class org.apache.ddlutils.model.Table
 
getDelimiterToken() - Method in class org.apache.ddlutils.PlatformInfo
Returns the text that is used to delimit identifiers (eg.
getDescription() - Method in class org.apache.ddlutils.model.Column
Returns the description of the column.
getDescription() - Method in class org.apache.ddlutils.model.Table
Returns the description of the table.
getDisableIdentityOverrideSql(Table) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Returns the SQL to disable identity override mode.
getDisableIdentityOverrideSql(Table) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Returns the SQL to disable identity override mode.
getDistributionLocatorPath() - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
get the path to the distribution locator class
getDoubleAttribute(Object, String) - Static method in class com.pivotal.gemfirexd.tools.gfxdtop.JMXHelper
 
getDriver() - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDPeerPlatform
 
getDriver() - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDPlatform
 
getDropModelSql(Database) - Method in interface org.apache.ddlutils.Platform
Returns the SQL for dropping the given model.
getDropModelSql(Database) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for dropping the given model.
getDropTableSql(Database, Table, boolean) - Method in interface org.apache.ddlutils.Platform
Returns the SQL for dropping the given table and all foreign keys pointing to it.
getDropTableSql(Database, Table, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for dropping the given table and all foreign keys pointing to it.
getDropTablesSql(Database, boolean) - Method in interface org.apache.ddlutils.Platform
Deprecated.
getDropTablesSql(Database, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the SQL for dropping the given model.
getDynaClass(Table) - Method in class org.apache.ddlutils.dynabean.DynaClassCache
Returns the SqlDynaClass for the given table.
getDynaClass(DynaBean) - Method in class org.apache.ddlutils.dynabean.DynaClassCache
Returns the SqlDynaClass for the given bean.
getDynaClassFor(String) - Method in class org.apache.ddlutils.model.Database
Returns the SqlDynaClass for the given table name.
getDynaClassFor(DynaBean) - Method in class org.apache.ddlutils.model.Database
Returns the SqlDynaClass for the given dyna bean.
getElapsedTime() - Method in class com.pivotal.gemfirexd.tools.Timer
 
getElapsedTimeInSeconds() - Method in class com.pivotal.gemfirexd.tools.Timer
 
getEnableIdentityOverrideSql(Table) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Returns the SQL to enable identity override mode.
getEnableIdentityOverrideSql(Table) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Returns the SQL to enable identity override mode.
getEncoding() - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Returnd the encoding used by this xml writer.
getEndColumn() - Method in interface com.pivotal.gemfirexd.internal.impl.tools.ij.CharStream
Returns the column number of the last character for current token (being matched after the last call to BeginTOken).
getEndColumn() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Get token end column number.
getEndColumn() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
getEndLine() - Method in interface com.pivotal.gemfirexd.internal.impl.tools.ij.CharStream
Returns the line number of the last character for current token (being matched after the last call to BeginTOken).
getEndLine() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Get token end line number.
getEndLine() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
getEnum(String) - Static method in class org.apache.ddlutils.model.CascadeActionEnum
Returns the enum value that corresponds to the given textual representation.
getEnum(int) - Static method in class org.apache.ddlutils.model.CascadeActionEnum
Returns the enum value that corresponds to the given integer representation.
getEnum(String) - Static method in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
Returns the enum value that corresponds to the given textual representation.
getEnum(int) - Static method in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
Returns the enum value that corresponds to the given integer representation.
getEnumList() - Static method in class org.apache.ddlutils.model.CascadeActionEnum
Returns a list of all enum values.
getEnumList() - Static method in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
Returns a list of all enum values.
getEnumMap() - Static method in class org.apache.ddlutils.model.CascadeActionEnum
Returns the map of enum values.
getEnumMap() - Static method in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
Returns the map of enum values.
getError(Hashtable) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
getErrorFileName() - Method in class org.apache.ddlutils.task.ReplayFailedDMLsCommand
 
getException() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.HostsAndAgents
 
getExecutionTime() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getFabricServiceInstance() - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
getFabricServiceInstance() - Method in class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
 
getFabricServiceInstance() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
getFile() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
getFileArg(String[]) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
Return the name of the ij command file or null if none is specified.
getFilteredParameters(Database, String, boolean) - Method in class org.apache.ddlutils.task.DatabaseCommandWithCreationParameters
Filters the parameters for the given model and platform.
getFinalCases() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestSuite
 
getFirst() - Method in class org.apache.ddlutils.alteration.Pair
Returns the first object of the pair.
getFirstReference() - Method in class org.apache.ddlutils.model.ForeignKey
Returns the first reference if it exists.
getFloatAttribute(Object, String) - Static method in class com.pivotal.gemfirexd.tools.gfxdtop.JMXHelper
 
getForeignColumn() - Method in class org.apache.ddlutils.model.Reference
Returns the foreign column.
getForeignColumnName() - Method in class org.apache.ddlutils.model.Reference
Returns the name of the foreign column.
getForeignKey(int) - Method in class org.apache.ddlutils.model.Table
Returns the foreign key at the given position.
getForeignKeyCount() - Method in class org.apache.ddlutils.model.Table
Returns the number of foreign keys.
getForeignKeyName() - Method in class org.apache.ddlutils.io.Identity
Returns the name of the foreign key whose referenced object this identity represents.
getForeignKeyName(Table, ForeignKey) - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the name to be used for the given foreign key.
getForeignKeys() - Method in class org.apache.ddlutils.model.Table
Returns the foreign keys of this table.
getForeignKeys(String) - Method in class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
Convenience method to return the foreign key meta data using the configured catalog and schema pattern.
getForeignTable() - Method in class org.apache.ddlutils.model.ForeignKey
Returns the foreign table.
getForeignTableName() - Method in class org.apache.ddlutils.model.ForeignKey
Returns the name of the foreign table.
getGenerateTime() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getGeneratorName(Table, Column) - Method in class org.apache.ddlutils.platform.firebird.FirebirdBuilder
Determines the name of the generator for an auto-increment column.
getGeneratorName(Table, Column) - Method in class org.apache.ddlutils.platform.interbase.InterbaseBuilder
Determines the name of the generator for an auto-increment column.
getGFEPropNames() - Static method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
Get all the known GFE property names.
getGfxdStatements() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.ClusterStatistics
 
getGridColumnAttributes() - Static method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getGridColumnNames() - Static method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getGridColumnWidths() - Static method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getHosts() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.HostsAndAgents
 
getIdentityStatusReadingSupported() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the platform is able to read the auto-increment status for columns from an existing database.
getIdMethod() - Method in class org.apache.ddlutils.model.Database
Returns the method for generating primary key values.
GetImage() - Method in interface com.pivotal.gemfirexd.internal.impl.tools.ij.CharStream
Returns a string made up of characters from the marked token beginning to the current buffer position.
GetImage() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Get token literal value.
GetImage() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
getIndent() - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the string used to indent the SQL.
getIndex(int) - Method in class org.apache.ddlutils.model.Table
Returns the index at the specified position.
getIndexCount() - Method in class org.apache.ddlutils.model.Table
Returns the number of indices.
getIndexName(Table, Index) - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDBuilder
 
getIndexName(Index) - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the index name.
getIndices() - Method in class org.apache.ddlutils.model.Table
Returns the indices of this table.
getIndices(String, boolean, boolean) - Method in class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
Convenience method to return the index meta data using the configured catalog and schema pattern.
getInitCases() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestSuite
 
getInput() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.StatementFinder
 
getInputResourceNameArg(String[]) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
Return the name of a resource containing input commands or null iff none has been specified.
getInsertSql(Database, DynaBean) - Method in interface org.apache.ddlutils.Platform
Returns the sql for inserting the given bean.
getInsertSql(Table, Map, boolean) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Creates the SQL for inserting an object into the specified table.
getInsertSql(Database, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the sql for inserting the given bean.
getInsertSql(Table, Map, boolean) - Method in class org.apache.ddlutils.platform.SqlBuilder
Creates the SQL for inserting an object into the specified table.
getIntegerAttribute(Object, String) - Static method in class com.pivotal.gemfirexd.tools.gfxdtop.JMXHelper
 
getIntermediateColumnNamesFor(Column[], Table) - Method in class org.apache.ddlutils.alteration.ModelComparator
Returns the names of the columns in the intermediate table corresponding to the given column objects.
getIsolationLevel() - Method in interface org.apache.ddlutils.Platform
Get the current isolation level set for this platform.
getIsolationLevel() - Method in class org.apache.ddlutils.task.DatabaseCommand
Get the current isolation level set for this platform.
getIsolationLevel() - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Get the current isolation level set for this platform.
getIsolationLevel() - Method in class org.apache.ddlutils.util.JdbcSupport
 
getJavaName() - Method in class org.apache.ddlutils.model.Column
Returns the java name of the column.
getJdbcType() - Method in class org.apache.ddlutils.platform.MetaDataColumnDescriptor
Returns the jdbc type to read from the result set.
getJdbcTypeCode(String) - Static method in class org.apache.ddlutils.model.TypeMap
Returns the JDBC type code (one of the Types constants) that corresponds to the given JDBC type name.
getJdbcTypeName(int) - Static method in class org.apache.ddlutils.model.TypeMap
Returns the JDBC type name that corresponds to the given type code (one of the Types constants).
getLine() - Method in interface com.pivotal.gemfirexd.internal.impl.tools.ij.CharStream
Deprecated.
getLine() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Deprecated.
getLine() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
Deprecated. 
getLocalColumn() - Method in class org.apache.ddlutils.model.Reference
Returns the local column.
getLocalColumnName() - Method in class org.apache.ddlutils.model.Reference
Returns the name of the local column.
getLog() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns the log used by the model reader.
getLog() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the log for this platform.
getLongAttribute(Object, String) - Static method in class com.pivotal.gemfirexd.tools.gfxdtop.JMXHelper
 
getLWCAddressArgName() - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
getLWCAddressArgName() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
getLWCPortArgName() - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
getLWCPortArgName() - Method in class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
 
getLWCPortArgName() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
getMain(LocalizedOutput) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.Main
Get the right Main (according to the JDBC version.
getMaxColumnNameLength() - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the maximum number of characters that a column name can have.
getMaxColumnNameLength() - Method in class org.apache.ddlutils.PlatformInfo
Returns the maximum number of characters that a column name can have.
getMaxColumnWidth(String) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
getMaxColumnWidthExplicit(String) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
getMaxConstraintNameLength() - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the maximum number of characters that a constraint name can have.
getMaxConstraintNameLength() - Method in class org.apache.ddlutils.PlatformInfo
Returns the maximum number of characters that a constraint name can have.
getMaxDisplayWidth() - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
getMaxForeignKeyNameLength() - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the maximum number of characters that a foreign key name can have.
getMaxForeignKeyNameLength() - Method in class org.apache.ddlutils.PlatformInfo
Returns the maximum number of characters that a foreign key name can have.
getMaxLineWidth() - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
getMaxTableNameLength() - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the maximum number of characters that a table name can have.
getMaxTableNameLength() - Method in class org.apache.ddlutils.PlatformInfo
Returns the maximum number of characters that a table name can have.
getMbs() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.ClusterStatistics
 
getMessage() - Method in error com.pivotal.gemfirexd.internal.impl.tools.ij.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMetaData() - Method in class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
Returns the database meta data.
getModel() - Method in class org.apache.ddlutils.io.DataReader
Returns the database model.
getModelComparator() - Method in class org.apache.ddlutils.platform.db2.Db2Platform
Returns the model comparator to be used for this platform.
getModelComparator() - Method in class org.apache.ddlutils.platform.firebird.FirebirdPlatform
Returns the model comparator to be used for this platform.
getModelComparator() - Method in class org.apache.ddlutils.platform.interbase.InterbasePlatform
Returns the model comparator to be used for this platform.
getModelComparator() - Method in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
Returns the model comparator to be used for this platform.
getModelComparator() - Method in class org.apache.ddlutils.platform.mysql.MySqlPlatform
Returns the model comparator to be used for this platform.
getModelComparator() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the model comparator to be used for this platform.
getModelComparator() - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlPlatform
Returns the model comparator to be used for this platform.
getModelComparator() - Method in class org.apache.ddlutils.platform.sapdb.SapDbPlatform
Returns the model comparator for this platform.
getModelComparator() - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Returns the model comparator to be used for this platform.
getModelReader() - Method in interface org.apache.ddlutils.Platform
Returns the model reader (which reads a database model from a live database) for this platform.
getModelReader() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the model reader (which reads a database model from a live database) for this platform.
getMultipleResultSets() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijMultipleResultSetResult
 
getName() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.AttributeHolder
 
getName() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
getName() - Method in class org.apache.ddlutils.model.Column
Returns the name of the column.
getName() - Method in class org.apache.ddlutils.model.Database
Returns the name of this database model.
getName() - Method in class org.apache.ddlutils.model.ForeignKey
Returns the name of this foreign key.
getName() - Method in interface org.apache.ddlutils.model.Index
Returns the name of the index.
getName() - Method in class org.apache.ddlutils.model.IndexColumn
Returns the name of the column.
getName() - Method in class org.apache.ddlutils.model.IndexImplBase
Returns the name of the index.
getName() - Method in class org.apache.ddlutils.model.Table
Returns the name of the table.
getName() - Method in class org.apache.ddlutils.platform.axion.AxionPlatform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.cloudscape.CloudscapePlatform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.db2.Db2Platform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.derby.DerbyPlatform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.firebird.FirebirdPlatform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDPeerPlatform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDPlatform
Returns the name of the database that this platform is for.
getName() - Method in interface org.apache.ddlutils.Platform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbPlatform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.interbase.InterbasePlatform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.maxdb.MaxDbPlatform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.mckoi.MckoiPlatform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.MetaDataColumnDescriptor
Returns the name.
getName() - Method in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.mysql.MySql50Platform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.mysql.MySqlPlatform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.oracle.Oracle10Platform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.oracle.Oracle11Platform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.oracle.Oracle8Platform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.oracle.Oracle9Platform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlPlatform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.sapdb.SapDbPlatform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.sybase.SybaseASE15Platform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Returns the name of the database that this platform is for.
getName() - Method in class org.apache.ddlutils.task.Parameter
Returns the name.
getNativeDefaultValue(Column) - Method in class org.apache.ddlutils.platform.db2.Db2Builder
Returns the native default value for the column.
getNativeDefaultValue(Column) - Method in class org.apache.ddlutils.platform.derby.DerbyBuilder
Returns the native default value for the column.
getNativeDefaultValue(Column) - Method in class org.apache.ddlutils.platform.firebird.FirebirdBuilder
Returns the native default value for the column.
getNativeDefaultValue(Column) - Method in class org.apache.ddlutils.platform.interbase.InterbaseBuilder
Returns the native default value for the column.
getNativeDefaultValue(Column) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Returns the native default value for the column.
getNativeDefaultValue(Column) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Returns the native default value for the column.
getNativeDefaultValue(Column) - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the native default value for the column.
getNativeDefaultValue(Column) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Returns the native default value for the column.
getNativeType(Column) - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDBuilder
Returns the database-native type for the given column.
getNativeType(Column) - Method in class org.apache.ddlutils.platform.oracle.Oracle9Builder
Returns the database-native type for the given column.
getNativeType(Column) - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the database-native type for the given column.
getNativeType(int) - Method in class org.apache.ddlutils.PlatformInfo
Returns the database-native type for the given type code.
getNewColumn() - Method in class org.apache.ddlutils.alteration.AddColumnChange
Returns the new column.
getNewColumn() - Method in class org.apache.ddlutils.alteration.ColumnDefinitionChange
Returns the new column definition.
getNewForeignKey() - Method in class org.apache.ddlutils.alteration.AddForeignKeyChange
Returns the new foreign key.
getNewIndex() - Method in class org.apache.ddlutils.alteration.AddIndexChange
Returns the new index.
getNewPosition(String, boolean) - Method in class org.apache.ddlutils.alteration.ColumnOrderChange
Returns the new position of the given source column.
getNewPrimaryKeyColumns() - Method in class org.apache.ddlutils.alteration.PrimaryKeyChange
Returns the names of the columns making up the new primary key.
getNewTable() - Method in class org.apache.ddlutils.alteration.AddTableChange
Returns the new table.
getNextColumn() - Method in class org.apache.ddlutils.alteration.AddColumnChange
Returns the name of the column before which the new column should be added.
getNextRowOfResultSet() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijRowResult
 
getNextStatement() - Method in class org.apache.ddlutils.util.SqlTokenizer
Returns the next statement.
getNextToken() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenManager
Get the next Token.
getNextToken() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Get the next Token.
getNextToken() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarTokenManager
Get the next Token.
getNonPrimaryKeyProperties() - Method in class org.apache.ddlutils.dynabean.SqlDynaClass
Returns the properties for the non-primary keys of the corresponding table.
getNonUniqueIndices() - Method in class org.apache.ddlutils.model.Table
Gets a list of non-unique indices on this table.
getNumExecution() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getNumExecutionsInProgress() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getNumRowsModified() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getNumThreads() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestSuite
 
getNumTimesCompiled() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getNumTimesGlobalIndexLookup() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getObject() - Method in class org.apache.ddlutils.io.WaitingObject
Returns the waiting object.
getObjectFromResultSet(ResultSet, String, Table) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Helper method esp.
getObjectFromResultSet(ResultSet, Column, int) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Helper method for retrieving the value for a column from the given result set using the type code of the column.
getOnDelete() - Method in class org.apache.ddlutils.model.ForeignKey
Returns the action for this foreignkey for when the referenced row is deleted.
getOnUpdate() - Method in class org.apache.ddlutils.model.ForeignKey
Returns the action for this foreignkey for when the referenced row is changed.
getOptimizeTime() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getOptionValue(String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOption
Get a single value for this option if the given option string matches this option (either long or short).
getOptKey() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOption
Returns the 'unique' Option identifier.
getOrdinalPosition() - Method in class org.apache.ddlutils.model.IndexColumn
Returns the position within the owning index.
getOriginalChanges() - Method in class org.apache.ddlutils.alteration.RecreateTableChange
Returns the original table changes, one of which is unsupported by the current platform.
getParametersFor(Table) - Method in class org.apache.ddlutils.platform.CreationParameters
Returns the parameters for the given table.
getParsedDefaultValue() - Method in class org.apache.ddlutils.model.Column
Tries to parse the default value of the column and returns it as an object of the corresponding java type.
getParseTime() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getPassword() - Method in interface org.apache.ddlutils.Platform
Returns the password that this platform shall use to access the database.
getPassword() - Method in class org.apache.ddlutils.util.JdbcSupport
Returns the password used to access the database.
getPendingFKs() - Method in class org.apache.ddlutils.io.WaitingObject
Returns the identities of the object that this object is waiting for.
getPlatform() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns the platform that this model reader belongs to.
getPlatform() - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the platform object.
getPlatform() - Method in class org.apache.ddlutils.task.DatabaseCommand
Creates the platform for the configured database.
getPlatform() - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Creates the platform for the configured database.
getPlatform() - Method in class org.apache.ddlutils.task.PlatformConfiguration
Creates the platform for the configured database.
getPlatformConfiguration() - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Creates the platform configuration.
getPlatformInfo() - Method in class org.apache.ddlutils.alteration.ModelComparator
Returns the info object for the platform.
getPlatformInfo() - Method in interface org.apache.ddlutils.Platform
Returns the info object for this platform.
getPlatformInfo() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns the platform specific settings.
getPlatformInfo() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the info object for this platform.
getPlatformInfo() - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the platform info object.
getPorts() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.HostsAndAgents
 
getPrecisionRadix() - Method in class org.apache.ddlutils.model.Column
Returns the precision radix of the column.
getPreviousColumn() - Method in class org.apache.ddlutils.alteration.AddColumnChange
Returns the name of the column after which the new column should be added.
getPrimaryKeyColumnNames() - Method in class org.apache.ddlutils.model.Table
Returns the names of the primary key columns of this table.
getPrimaryKeyColumns() - Method in class org.apache.ddlutils.alteration.AddPrimaryKeyChange
Returns the primary key column names making up the new primary key.
getPrimaryKeyColumns() - Method in class org.apache.ddlutils.model.Table
Returns the primary key columns of this table.
getPrimaryKeyProperties() - Method in class org.apache.ddlutils.dynabean.SqlDynaClass
Returns the properties for the primary keys of the corresponding table.
getPrimaryKeys(String) - Method in class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
Convenience method to return the primary key meta data using the configured catalog and schema pattern.
getProjectionTime() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getPropertyArg(String[]) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
ij is started with "-p[r] file OtherArgs"; the file contains properties to control the driver and database used to run ij, and can provide additional system properties.
getPropertyArg(String[]) - Static method in class com.pivotal.gemfirexd.internal.tools.ij
 
getPropFile() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
getqNMsgSendTime() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getqNMsgSerTime() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getqNNumRowsSeen() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getqNRespDeSerTime() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getQualifiedName() - Method in class org.apache.ddlutils.model.Table
Returns the qualified name of the table prepending the schema, if any.
getQueryDefinition() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getQuotationOnStatement() - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Returns the statement that turns on the ability to write delimited identifiers.
getReference(int) - Method in class org.apache.ddlutils.model.ForeignKey
Returns the indicated reference.
getReferenceCount() - Method in class org.apache.ddlutils.model.ForeignKey
Returns the number of references.
getReferences() - Method in class org.apache.ddlutils.model.ForeignKey
Returns the references.
getRegisteredConverter(Table, Column) - Method in class org.apache.ddlutils.io.ConverterConfiguration
Returns the converter registered for the specified column.
getRequiredColumns() - Method in class org.apache.ddlutils.model.Table
Returns the required (not-nullable) columns in this table.
getResourceAsStream(String) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
Convenience routine to get a resource as a BufferedInputStream.
getResultSet() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijResultSetResult
 
getRoot() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestSuite
 
getRoutingInfoTime() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getRowCount() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.StatementTableModel
 
getRowsModificationTime() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getScale() - Method in class org.apache.ddlutils.model.Column
Returns the scale of the column.
getSchema() - Method in class org.apache.ddlutils.model.Table
Returns the schema of this table as read from the database.
getSchemaPattern() - Method in class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
Returns the schema in the database to read.
getSchemaPattern() - Method in class org.apache.ddlutils.task.DatabaseCommand
Returns the schema pattern if any.
getSchemaPattern() - Method in class org.apache.ddlutils.task.PlatformConfiguration
Returns the schema pattern if any.
getSecond() - Method in class org.apache.ddlutils.alteration.Pair
Returns the second object of the pair.
getSelectedSchema(Connection) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
Selects the current schema from the given connection.
getSelectLastIdentityValues(Table) - Method in class org.apache.ddlutils.platform.cloudscape.CloudscapeBuilder
Generates the SQL for querying the id that was created in the last insertion operation.
getSelectLastIdentityValues(Table) - Method in class org.apache.ddlutils.platform.db2.Db2Builder
Generates the SQL for querying the id that was created in the last insertion operation.
getSelectLastIdentityValues(Table) - Method in class org.apache.ddlutils.platform.firebird.FirebirdBuilder
Generates the SQL for querying the id that was created in the last insertion operation.
getSelectLastIdentityValues(Table) - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbBuilder
Generates the SQL for querying the id that was created in the last insertion operation.
getSelectLastIdentityValues(Table) - Method in class org.apache.ddlutils.platform.interbase.InterbaseBuilder
Generates the SQL for querying the id that was created in the last insertion operation.
getSelectLastIdentityValues(Table) - Method in class org.apache.ddlutils.platform.mckoi.MckoiBuilder
Generates the SQL for querying the id that was created in the last insertion operation.
getSelectLastIdentityValues(Table) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Generates the SQL for querying the id that was created in the last insertion operation.
getSelectLastIdentityValues(Table) - Method in class org.apache.ddlutils.platform.mysql.MySqlBuilder
Generates the SQL for querying the id that was created in the last insertion operation.
getSelectLastIdentityValues(Table) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Generates the SQL for querying the id that was created in the last insertion operation.
getSelectLastIdentityValues(Table) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlBuilder
Generates the SQL for querying the id that was created in the last insertion operation.
getSelectLastIdentityValues(Table) - Method in class org.apache.ddlutils.platform.sapdb.SapDbBuilder
Generates the SQL for querying the id that was created in the last insertion operation.
getSelectLastIdentityValues(Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Generates the SQL for querying the id that was created in the last insertion operation.
getSelectLastIdentityValues(Table) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Generates the SQL for querying the id that was created in the last insertion operation.
getSelfReferencingForeignKey() - Method in class org.apache.ddlutils.model.Table
Returns the foreign key referencing this table if it exists.
getSequenceValue() - Method in class org.apache.ddlutils.model.Reference
Returns the sequence value within the owning key.
getServerOptions(String[]) - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
getServerOptions(String[]) - Method in class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
 
getSink() - Method in class org.apache.ddlutils.io.DataReader
Returns the data sink.
getSize() - Method in class org.apache.ddlutils.model.Column
Returns the size of the column.
getSize() - Method in class org.apache.ddlutils.model.IndexColumn
Returns the size of the column in the index.
getSizeAsInt() - Method in class org.apache.ddlutils.model.Column
Returns the size of the column as an integer.
getSizeSpec(Column) - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the size specification for the given column.
getSqlBuilder() - Method in interface org.apache.ddlutils.Platform
Returns the sql builder for the this platform.
getSqlBuilder() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the sql builder for the this platform.
getSqlCommandDelimiter() - Method in class org.apache.ddlutils.PlatformInfo
Returns the text separating individual sql commands.
getSqlDynaProperties() - Method in class org.apache.ddlutils.dynabean.SqlDynaClass
Returns the properties of this dyna class.
getSQLState() - Method in exception com.pivotal.gemfirexd.internal.impl.tools.ij.ijFatalException
 
getSqlType(Column) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Returns the full SQL type specification (including size and precision/scale) for the given column.
getSqlType(Column) - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the full SQL type specification (including size and precision/scale) for the given column.
getSqlType(Column, String) - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the full SQL type specification (including size and precision/scale) for the given column.
getSQLWarnings() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.HostsAndAgents
 
getSQLWarnings() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijMultipleResultSetResult
 
getSQLWarnings() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijResultSetResult
 
getSQLWarnings() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijRowResult
 
getStringAttribute(Object, String) - Static method in class com.pivotal.gemfirexd.tools.gfxdtop.JMXHelper
 
GetSuffix(int) - Method in interface com.pivotal.gemfirexd.internal.impl.tools.ij.CharStream
Returns an array of characters that make up the suffix of length 'len' for the currently matched token.
GetSuffix(int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Get the suffix.
GetSuffix(int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
getSuportedJdbcTypes() - Static method in class org.apache.ddlutils.model.TypeMap
Returns all supported JDBC types.
getSupportedPlatforms() - Static method in class org.apache.ddlutils.PlatformFactory
Returns a list of all supported platforms.
getSyntaxPrefix() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdHelpFormatter
Returns the 'syntaxPrefix'.
getTable() - Method in class org.apache.ddlutils.dynabean.SqlDynaClass
Returns the table for which this dyna class is defined.
getTable() - Method in class org.apache.ddlutils.io.DataConverterRegistration
Returns the table for whose column this converter is defined.
getTable() - Method in class org.apache.ddlutils.io.Identity
Returns the table that this identity is for.
getTable(int) - Method in class org.apache.ddlutils.model.Database
Returns the table at the specified position.
getTableCount() - Method in class org.apache.ddlutils.model.Database
Returns the number of tables in this model.
getTableDefinitionChangesPredicate() - Method in class org.apache.ddlutils.platform.db2.Db2Platform
Returns the predicate that defines which changes are supported by the platform.
getTableDefinitionChangesPredicate() - Method in class org.apache.ddlutils.platform.derby.DerbyPlatform
Returns the predicate that defines which changes are supported by the platform.
getTableDefinitionChangesPredicate() - Method in class org.apache.ddlutils.platform.firebird.FirebirdPlatform
Returns the predicate that defines which changes are supported by the platform.
getTableDefinitionChangesPredicate() - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbPlatform
Returns the predicate that defines which changes are supported by the platform.
getTableDefinitionChangesPredicate() - Method in class org.apache.ddlutils.platform.interbase.InterbasePlatform
Returns the predicate that defines which changes are supported by the platform.
getTableDefinitionChangesPredicate() - Method in class org.apache.ddlutils.platform.mckoi.MckoiPlatform
Returns the predicate that defines which changes are supported by the platform.
getTableDefinitionChangesPredicate() - Method in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
Returns the predicate that defines which changes are supported by the platform.
getTableDefinitionChangesPredicate() - Method in class org.apache.ddlutils.platform.mysql.MySqlPlatform
Returns the predicate that defines which changes are supported by the platform.
getTableDefinitionChangesPredicate() - Method in class org.apache.ddlutils.platform.oracle.Oracle8Platform
Returns the predicate that defines which changes are supported by the platform.
getTableDefinitionChangesPredicate() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the predicate that defines which changes are supported by the platform.
getTableDefinitionChangesPredicate() - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlPlatform
Returns the predicate that defines which changes are supported by the platform.
getTableDefinitionChangesPredicate() - Method in class org.apache.ddlutils.platform.sapdb.SapDbPlatform
Returns the predicate that defines which changes are supported by the platform.
getTableDefinitionChangesPredicate() - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Returns the predicate that defines which changes are supported by the platform.
getTableName() - Method in class org.apache.ddlutils.dynabean.SqlDynaClass
Returns the table name for which this dyna class is defined.
getTableName(Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the table name.
getTables() - Method in class org.apache.ddlutils.model.Database
Returns the tables in this model.
getTables(String) - Method in class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
Convenience method to return the table meta data using the configured catalog, schema pattern and table types.
getTableTypes() - Method in class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
Returns the table types to recognize.
getTabs() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdPlugin
 
getTabSize() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
getTargetJdbcType(int) - Method in class org.apache.ddlutils.PlatformInfo
Returns the jdbc type corresponding to the native type that is used for the given jdbc type.
getTargetTable() - Method in class org.apache.ddlutils.alteration.RecreateTableChange
Returns the target table definition.
getTemporaryTableFor(Table) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Creates a temporary table object that corresponds to the given table.
getThriftAddressArgName() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
getThriftPortArgName() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
getTime() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestSuite
 
getTimeMillis() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestSuite
 
getToken(int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Get the specific Token.
getTotalCompilationTime() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getTotalExecutionTime() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
getTriggerName(Table, Column) - Method in class org.apache.ddlutils.platform.interbase.InterbaseBuilder
Determines the name of the trigger for an auto-increment column.
getType() - Method in class org.apache.ddlutils.model.Column
Returns the JDBC type of the column.
getType() - Method in class org.apache.ddlutils.model.Table
Returns the type of this table as read from the database.
getTypeCode() - Method in class org.apache.ddlutils.io.DataConverterRegistration
Returns the jdbc type.
getTypeCode() - Method in class org.apache.ddlutils.model.Column
Returns the code (one of the constants in Types) of the JDBC type of the column.
getTypes() - Method in class com.pivotal.gemfirexd.tools.GfxdUtilLauncher
Returns a mapping of utility names to the class used to spawn them for GemFireXD.
getUniqueIndices() - Method in class org.apache.ddlutils.model.Table
Gets a list of unique indices on this table.
getUpdateSql(Database, DynaBean) - Method in interface org.apache.ddlutils.Platform
Returns the sql for updating the given bean in the database.
getUpdateSql(Database, DynaBean, DynaBean) - Method in interface org.apache.ddlutils.Platform
Returns the sql for updating the given bean in the database.
getUpdateSql(Table, Map, boolean) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Creates the SQL for updating an object in the specified table.
getUpdateSql(Database, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the sql for updating the given bean in the database.
getUpdateSql(Database, DynaBean, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns the sql for updating the given bean in the database.
getUpdateSql(Table, Map, boolean) - Method in class org.apache.ddlutils.platform.SqlBuilder
Creates the SQL for updating an object in the specified table.
getUpdateSql(Table, Map, Map, boolean) - Method in class org.apache.ddlutils.platform.SqlBuilder
Creates the SQL for updating an object in the specified table.
getUsageString(String) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
getUsageString(String, String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
Get the usage string (without any formatting etc.) in case of an exception or when explicitly requested.
getUsageString(String, String) - Method in class com.pivotal.gemfirexd.tools.internal.JarTools
Get the usage string (without any formatting etc.) in case of an exception or when explicitly requested.
getUsageString(String, String) - Method in class com.pivotal.gemfirexd.tools.internal.MiscTools
Get the usage string (without any formatting etc.) in case of an exception or when explicitly requested.
getUsageString(String, String) - Method in class com.pivotal.gemfirexd.tools.internal.ToolsBase
Get the usage string (without any formatting etc.) in case of an exception or when explicitly requested.
getUseBatchMode() - Method in class org.apache.ddlutils.io.DatabaseDataIO
Determines whether batch mode is used for inserting data into the database.
getUsername() - Method in interface org.apache.ddlutils.Platform
Returns the username that this platform shall use to access the database.
getUsername() - Method in class org.apache.ddlutils.util.JdbcSupport
Returns the username used to access the database.
getutilMain(int, LocalizedOutput) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.Main
Get the right utilMain (according to the JDBC version.
getValidCommands() - Static method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
returns the list of valid commands supported by SystemAdmin
getValidCommands() - Static method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
getValidCommands() - Static method in class com.pivotal.gemfirexd.tools.internal.JarTools
 
getValidCommands() - Static method in class com.pivotal.gemfirexd.tools.internal.MiscTools
 
getValue() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
An optional attribute value of the Token.
getValue() - Method in class org.apache.ddlutils.task.Parameter
Returns the value.
getValueAsString(Column, Object) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Generates the string representation of the given value.
getValueAsString(Column, Object) - Method in class org.apache.ddlutils.platform.SqlBuilder
Generates the string representation of the given value.
getValueAt(int, int) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.StatementTableModel
 
getValueDateFormat() - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Returns the format object for formatting dates in the specified locale.
getValueDateFormat() - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the format object for formatting dates in the specified locale.
getValueLocale() - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the locale that is used for number and date formatting (when printing default values and in generates insert/update/delete statements).
getValueNumberFormat() - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the format object for formatting numbers in the specified locale.
getValueQuoteToken() - Method in class org.apache.ddlutils.PlatformInfo
Returns the text that is used for for quoting values (e.g.
getValues() - Method in class org.apache.ddlutils.task.VerbosityLevel
getValueTimeFormat() - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Returns the format object for formatting times in the specified locale.
getValueTimeFormat() - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the format object for formatting times in the specified locale.
getVersion() - Method in class org.apache.ddlutils.model.Database
Returns the version of this database model.
getWriter() - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns the writer that the DDL is printed to.
GfxdAgentLauncher - Class in com.pivotal.gemfirexd.tools
An extension to GfxdServerLauncher for GemFireXD that is responsible for administering a stand-alone GemFireXD JMX Agent.
GfxdAgentLauncher(String) - Constructor for class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
GfxdConstants - Class in com.pivotal.gemfirexd.tools.gfxdtop
 
GfxdConstants() - Constructor for class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
GfxdDdlUtils - Class in com.pivotal.gemfirexd.tools.internal
Command-line launcher class for some of the tools shipped with DdlUtils (avoiding the need to have and use ant for most cases).
GfxdDdlUtils() - Constructor for class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
GfxdDistributionLocator - Class in com.pivotal.gemfirexd.tools
An extension to GfxdServerLauncher for GemFireXD that starts a peer client with an embedded locator and a GemFireXD Network Server by default.
GfxdDistributionLocator(String) - Constructor for class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
 
GfxdHelpFormatter - Class in com.pivotal.gemfirexd.tools.internal
Overrides commons CLI HelpFormatter to change formatting as per GemFireXD (in particular use '=' to separate option and value rather than a space).
GfxdHelpFormatter() - Constructor for class com.pivotal.gemfirexd.tools.internal.GfxdHelpFormatter
 
GfxdLogger - Class in com.pivotal.gemfirexd.tools.gfxdtop
 
GfxdLogger() - Constructor for class com.pivotal.gemfirexd.tools.gfxdtop.GfxdLogger
 
GfxdOption - Class in com.pivotal.gemfirexd.tools.internal
A dirty hack to override commons Option for GemFireXD to allow for '-' in option names.
GfxdOption(String, String) - Constructor for class com.pivotal.gemfirexd.tools.internal.GfxdOption
 
GfxdOption(String, boolean, String) - Constructor for class com.pivotal.gemfirexd.tools.internal.GfxdOption
Creates an Option using the specified parameters.
GfxdOption(String, String, boolean, String) - Constructor for class com.pivotal.gemfirexd.tools.internal.GfxdOption
Creates an Option using the specified parameters.
GfxdOptionBuilder - Class in com.pivotal.gemfirexd.tools.internal
OptionBuilder allows the user to create Options using descriptive methods.
GfxdOptionBuilder() - Constructor for class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
 
GfxdParser - Class in com.pivotal.gemfirexd.tools.internal
A Parser implementation for GemFireXD that correctly handles a value separator that is not a '='.
GfxdParser() - Constructor for class com.pivotal.gemfirexd.tools.internal.GfxdParser
 
GfxdPlugin - Class in com.pivotal.gemfirexd.tools.gfxdtop
JTopPlugin is a subclass to com.sun.tools.jconsole.JConsolePlugin JTopPlugin is loaded and instantiated by JConsole.
GfxdPlugin() - Constructor for class com.pivotal.gemfirexd.tools.gfxdtop.GfxdPlugin
 
GfxdServerLauncher - Class in com.pivotal.gemfirexd.tools.internal
Launcher class for the GFXD server script.
GfxdServerLauncher(String) - Constructor for class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
GfxdSystemAdmin - Class in com.pivotal.gemfirexd.tools
This is a utility class to launch various sub-commands of the "gemfire" script utility (using SystemAdmin class) directly using the "gfxd" script (see bug #41469).
GfxdSystemAdmin() - Constructor for class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
GfxdTop - Class in com.pivotal.gemfirexd.tools.gfxdtop
GfxdTop is a JPanel to display all SQL statements activity in the Gfxd cluster Deried from JTop
GfxdTop() - Constructor for class com.pivotal.gemfirexd.tools.gfxdtop.GfxdTop
 
GfxdUtilLauncher - Class in com.pivotal.gemfirexd.tools
Extends GemFireUtilLauncher to map the GemFireXD utilities to their corresponding classes.
GfxdUtilLauncher() - Constructor for class com.pivotal.gemfirexd.tools.GfxdUtilLauncher
 
go(LocalizedInput[], LocalizedOutput, Properties) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.utilMain
run ij over the specified input, sending output to the specified output.
goScript(Connection, LocalizedInput, boolean) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.utilMain
Support to run a script.
grab() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
Attempt to grab this test case.
grabTestCase() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestSuite
 
grammarStatement() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
GROUP - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.

H

handleCommonOption(GfxdOption, String, String) - Method in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
handleCommonTaskOption(GfxdOption, boolean, GfxdDdlUtils.TaskOptions) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
Return a non-null TaskOptions object with the set TaskOptions field if the option is one of those handled by TaskOptions else return null.
handleConnectionOption(GfxdOption, ToolsBase.ConnectionOptions) - Method in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
handleConnectionOptions(ToolsBase.ConnectionOptions, String, String) - Method in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
handleDataSourceOption(GfxdOption, GfxdDdlUtils.DataSourceOptions) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
handleDataSourceOptions(GfxdDdlUtils.DataSourceOptions, String, String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
handleException(Exception, String) - Method in class org.apache.ddlutils.task.Command
Handles the given exception according to the fail-on-error setting by either re-throwing it (wrapped in a build exception) or only logging it.
handleVerbosityOption(GfxdOption) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
hasArg() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option created will require an argument value.
hasArg(boolean) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option created will require an argument value if hasArg is true.
hasArgs() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option created can have unlimited argument values.
hasArgs(int) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option created can have num argument values.
hasColumn(Column) - Method in interface org.apache.ddlutils.model.Index
Determines whether this index includes the given column.
hasColumn(String, boolean) - Method in interface org.apache.ddlutils.model.Index
Determines whether this index includes the indicated column.
hasColumn(Column) - Method in class org.apache.ddlutils.model.IndexImplBase
Determines whether this index includes the given column.
hasColumn(String, boolean) - Method in class org.apache.ddlutils.model.IndexImplBase
Determines whether this index includes the indicated column.
hasCommands() - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Determines whether there are commands to perform.
hasForeignColumn(Column) - Method in class org.apache.ddlutils.model.ForeignKey
Determines whether this foreign key uses the given column as a foreign column in a reference.
hasForeignColumn(String, boolean) - Method in class org.apache.ddlutils.model.ForeignKey
Determines whether this foreign key uses the given column as a foreign column in a reference.
HASH - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
hashCode() - Method in class org.apache.ddlutils.dynabean.SqlDynaBean
hashCode() - Method in class org.apache.ddlutils.io.Identity
hashCode() - Method in class org.apache.ddlutils.model.Column
hashCode() - Method in class org.apache.ddlutils.model.Database
hashCode() - Method in class org.apache.ddlutils.model.ForeignKey
hashCode() - Method in class org.apache.ddlutils.model.IndexColumn
hashCode() - Method in class org.apache.ddlutils.model.NonUniqueIndex
hashCode() - Method in class org.apache.ddlutils.model.Reference
hashCode() - Method in class org.apache.ddlutils.model.Table
hashCode() - Method in class org.apache.ddlutils.model.UniqueIndex
hasIllegalXMLCharacters(String) - Static method in class org.apache.ddlutils.io.XMLUtils
Determines whether the given string contains special characters that cannot be used in XML.
hasLocalColumn(Column) - Method in class org.apache.ddlutils.model.ForeignKey
Determines whether this foreign key uses the given column as a local column in a reference.
hasLocalColumn(String, boolean) - Method in class org.apache.ddlutils.model.ForeignKey
Determines whether this foreign key uses the indicated column as a local column in a reference.
hasMoreStatements() - Method in class org.apache.ddlutils.util.SqlTokenizer
Determines whether there are more statements.
hasNext() - Method in class org.apache.ddlutils.platform.ModelBasedResultSetIterator
hasNullDefault(int) - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the native type for the given sql type code (one of the Types constants) has a null default value on this platform.
hasOptionalArg() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option can have an optional argument.
hasOptionalArgs() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option can have an unlimited number of optional arguments.
hasOptionalArgs(int) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option can have the specified number of optional arguments.
hasPendingFKs() - Method in class org.apache.ddlutils.io.WaitingObject
Determines whether there are any identities of waited-for objects registered with this waiting object.
hasPrecisionAndScale(int) - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the native type for the given sql type code (one of the Types constants) has precision and scale specifications on this platform.
hasPrimaryKey() - Method in class org.apache.ddlutils.model.Table
Determines whether there is at least one primary key column on this table.
hasSize(int) - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the native type for the given sql type code (one of the Types constants) has a size specification on this platform.
HEAP_SIZE - Static variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
HELP - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
HOLD - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
HOSTS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
HostsAndAgents - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
 
HostsAndAgents() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.HostsAndAgents
 
hours - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTime
 
HsqlDbBuilder - Class in org.apache.ddlutils.platform.hsqldb
The SQL Builder for the HsqlDb database.
HsqlDbBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.hsqldb.HsqlDbBuilder
Creates a new builder instance.
HsqlDbModelReader - Class in org.apache.ddlutils.platform.hsqldb
Reads a database model from a HsqlDb database.
HsqlDbModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.hsqldb.HsqlDbModelReader
Creates a new model reader for HsqlDb databases.
HsqlDbPlatform - Class in org.apache.ddlutils.platform.hsqldb
The platform implementation for the HsqlDb database.
HsqlDbPlatform() - Constructor for class org.apache.ddlutils.platform.hsqldb.HsqlDbPlatform
Creates a new instance of the Hsqldb platform.

I

ID - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
IDENTIFIER - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
Identity - Class in org.apache.ddlutils.io
Stores the identity of an database object as defined by its primary keys.
Identity(Table) - Constructor for class org.apache.ddlutils.io.Identity
Creates a new identity object for the given table.
Identity(Table, String) - Constructor for class org.apache.ddlutils.io.Identity
Creates a new identity object for the given table.
ignoreErrors() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
IGNOREERRORS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
ignoreErrors - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
ij - Class in com.pivotal.gemfirexd.internal.tools
ij is Derby's interactive JDBC scripting tool.
ijConstants - Interface in com.pivotal.gemfirexd.internal.impl.tools.ij
Token literal values and constants.
ijException - Exception in com.pivotal.gemfirexd.internal.impl.tools.ij
ijException is used to get messages from the ij parser to the main ij loop.
ijException(String) - Constructor for exception com.pivotal.gemfirexd.internal.impl.tools.ij.ijException
 
ijFatalException - Exception in com.pivotal.gemfirexd.internal.impl.tools.ij
Used for fatal IJ exceptions
ijFatalException() - Constructor for exception com.pivotal.gemfirexd.internal.impl.tools.ij.ijFatalException
 
ijFatalException(SQLException) - Constructor for exception com.pivotal.gemfirexd.internal.impl.tools.ij.ijFatalException
 
ijMultipleResultSetResult - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
This impl is intended to be used with multiple resultsets, where the execution of the statement is already complete.
ijMultipleResultSetResult(List) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.ijMultipleResultSetResult
Create a ijResultImpl that represents multiple result set.
ijMultipleResultSetResult(List, int[], int[]) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.ijMultipleResultSetResult
Create a ijResultImpl that represents multiple result sets, only displaying a subset of the columns, using specified column widths.
ijResultSetResult - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
This impl is intended to be used with a resultset, where the execution of the statement is already complete.
ijResultSetResult(ResultSet) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.ijResultSetResult
Create a ijResultImpl that represents a result set.
ijResultSetResult(ResultSet, int[], int[]) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.ijResultSetResult
Create a ijResultImpl that represents a result set, only displaying a subset of the columns, using specified column widths.
ijRowResult - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
This is an impl for when 1 row of a result set is the intended use of it.
ijRowResult(ResultSet, boolean) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.ijRowResult
 
ijTokenException - Exception in com.pivotal.gemfirexd.internal.impl.tools.ij
 
ijTokenException(String) - Constructor for exception com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenException
 
ijTokenManager - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
Token Manager.
ijTokenManager(CharStream) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenManager
Constructor.
ijTokenManager(CharStream, int) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenManager
Constructor.
image - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
The string image of the token.
IMPORTEDKEYS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
IN - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
IN_BRACKETED_COMMENT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
Lexical state.
IN_NESTED_BRACKETED_COMMENT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
Lexical state.
inBuf - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
indentIfPrettyPrinting(int) - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Prints the indentation if we're pretty-printing.
Index - Interface in org.apache.ddlutils.model
Represents an index definition for a table which may be either unique or non-unique.
IndexChange - Interface in org.apache.ddlutils.alteration
Represents a change to a index of a table.
IndexChangeImplBase - Class in org.apache.ddlutils.alteration
The base class for changes affecting indexes.
IndexChangeImplBase(String, Index) - Constructor for class org.apache.ddlutils.alteration.IndexChangeImplBase
Creates a new change object.
IndexColumn - Class in org.apache.ddlutils.model
Represents a column of an index in the database model.
IndexColumn() - Constructor for class org.apache.ddlutils.model.IndexColumn
Creates a new index column object.
IndexColumn(Column) - Constructor for class org.apache.ddlutils.model.IndexColumn
Creates a new index column object.
IndexColumn(String) - Constructor for class org.apache.ddlutils.model.IndexColumn
Creates a new index column object.
INDEXES - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
IndexImplBase - Class in org.apache.ddlutils.model
Base class for indexes.
IndexImplBase() - Constructor for class org.apache.ddlutils.model.IndexImplBase
 
info(String) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdLogger
 
infoEnabled() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdLogger
 
init() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
INIT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
init() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestSuite
 
initCase(Vector) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
initColumnsForColumn() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns descriptors for the columns that shall be read from the result set when reading the meta data for table columns.
initColumnsForFK() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns descriptors for the columns that shall be read from the result set when reading the meta data for foreign keys originating from a table.
initColumnsForIndex() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns descriptors for the columns that shall be read from the result set when reading the meta data for indices.
initColumnsForPK() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns descriptors for the columns that shall be read from the result set when reading the meta data for primary keys.
initColumnsForTable() - Method in class org.apache.ddlutils.platform.JdbcModelReader
Returns descriptors for the columns that shall be read from the result set when reading the meta data for a table.
initFromEnvironment() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.utilMain
Initialize the connections from the environment.
INITIAL_HEAP - Static variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
initialize() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
Initialize the test case.
initialize(String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
Initizalize the test case.
initialize() - Method in class org.apache.ddlutils.model.Database
Initializes the model by establishing the relationships between elements in this model encoded eg.
initLogs(String, String, boolean, boolean, String) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
initMapsForGFXD() - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
initPrimaryKeys() - Method in class org.apache.ddlutils.dynabean.SqlDynaClass
Initializes the primary key and non primary key property arrays.
input_stream - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenManager
 
input_stream - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarTokenManager
 
inputStream - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
INSENSITIVE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
insert(Database, DynaBean) - Method in interface org.apache.ddlutils.Platform
Inserts the given DynaBean in the database, assuming the primary key values are specified.
insert(Connection, Database, DynaBean) - Method in interface org.apache.ddlutils.Platform
Inserts the bean.
insert(Database, Collection) - Method in interface org.apache.ddlutils.Platform
Inserts the given beans in the database, assuming the primary key values are specified.
insert(Connection, Database, Collection) - Method in interface org.apache.ddlutils.Platform
Inserts the given beans.
insert(Connection, Database, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Inserts the bean.
insert(Database, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Inserts the given DynaBean in the database, assuming the primary key values are specified.
insert(Connection, Database, Collection) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Inserts the given beans.
insert(Database, Collection) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Inserts the given beans in the database, assuming the primary key values are specified.
insertColumn(Database, Table, Column, Column) - Method in class org.apache.ddlutils.platform.firebird.FirebirdBuilder
Writes the SQL to add/insert a column.
insertColumn(Table, Column, Column) - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbBuilder
Writes the SQL to add/insert a column.
insertColumn(Database, Table, Column, Column) - Method in class org.apache.ddlutils.platform.interbase.InterbaseBuilder
Writes the SQL to add/insert a column.
insertColumn(Table, Column, Column) - Method in class org.apache.ddlutils.platform.mysql.MySqlBuilder
Writes the SQL to add/insert a column.
INT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
INTEGER - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
INTEGER - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.INTEGER constant.
InterbaseBuilder - Class in org.apache.ddlutils.platform.interbase
The SQL Builder for the Interbase database.
InterbaseBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.interbase.InterbaseBuilder
Creates a new builder instance.
InterbaseModelReader - Class in org.apache.ddlutils.platform.interbase
The Jdbc Model Reader for Interbase.
InterbaseModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.interbase.InterbaseModelReader
Creates a new model reader for Interbase databases.
InterbasePlatform - Class in org.apache.ddlutils.platform.interbase
The platform implementation for the Interbase database.
InterbasePlatform() - Constructor for class org.apache.ddlutils.platform.interbase.InterbasePlatform
Creates a new platform instance.
INTO - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
INVALID_LEXICAL_STATE - Static variable in error com.pivotal.gemfirexd.internal.impl.tools.ij.TokenMgrError
Tried to change to an invalid lexical state.
invalidArgs(String[]) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
Verify the ij line arguments command arguments.
invoke(String[]) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
invoke(String[]) - Method in class com.pivotal.gemfirexd.tools.GfxdUtilLauncher
Calls the public static void main(String[] args) method of the class associated with the utility name.
invoke(String[]) - Method in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
invokeShutDownAllMembers(InternalDistributedSystem, long) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
isActionSupportedForOnDelete(CascadeActionEnum) - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the given action is supported for ON DELETE on this platform.
isActionSupportedForOnUpdate(CascadeActionEnum) - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the given action is supported for ON UPDATE on this platform.
isAddIdentityUsingAlterTable() - Method in class org.apache.ddlutils.task.DatabaseCommand
Returns true if identity column has to be added at the end of a load using ALTER TABLE (only supported by GemFireXD for now)
isAddIdentityUsingAlterTableOn() - Method in interface org.apache.ddlutils.Platform
Returns true if identity column has to be added at the end of a load using ALTER TABLE (only supported by GemFireXD for now)
isAddIdentityUsingAlterTableOn() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Returns true if identity column has to be added at the end of a load using ALTER TABLE (only supported by GemFireXD for now)
isAddingIdentityUsingAlterTableSupported() - Method in class org.apache.ddlutils.PlatformInfo
Returns true if the current platform supports adding identity column using ALTER TABLE (only supported by GemFireXD for now)
isAlterDatabase() - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Determines whether to alter the database if it already exists, or re-set it.
isAlterDatabase() - Method in class org.apache.ddlutils.task.WriteSchemaToDatabaseCommand
Determines whether to alter the database if it already exists, or re-set it.
isAlterTableForDropUsed() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether an ALTER TABLE statement shall be used for dropping indices or constraints.
isAtEnd() - Method in class org.apache.ddlutils.alteration.AddColumnChange
Determines whether the column is added at the end (when applied in the order of creation of the changes).
isAutoCommitModeForLastIdentityValueReading() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether auto-commit mode for the reading of the values of identity columns after insertion shall be used, i.e.
isAutoIncrement() - Method in class org.apache.ddlutils.model.Column
Determines whether this column is an auto-increment column.
isAutoIncrement(Table, Column) - Method in class org.apache.ddlutils.platform.oracle.Oracle8ModelReader
Tries to determine whether the given column is an identity column.
isAutoIncrementChanged(Column, Column) - Static method in class org.apache.ddlutils.alteration.ColumnDefinitionChange
Determines whether the auto increment status of the given target column is different from that of the given source column.
isAutoIndexPresent() - Method in class org.apache.ddlutils.model.ForeignKey
Determines whether this foreign key has an auto-generated associated index.
isBinaryType(int) - Static method in class org.apache.ddlutils.model.TypeMap
Determines whether the given jdbc type (one of the Types constants) is a binary type.
isCaseSensitive() - Method in class org.apache.ddlutils.alteration.ModelComparator
Determines whether comparison should be case sensitive.
isCaseSensitive() - Method in class org.apache.ddlutils.io.DataReader
Determines whether this rules object matches case sensitively.
isChanged(PlatformInfo, Column, Column) - Static method in class org.apache.ddlutils.alteration.ColumnDefinitionChange
Determines whether the definition of the given target column is different from the one of the given source column.
isConnectionOpen() - Method in class org.apache.ddlutils.platform.ModelBasedResultSetIterator
Determines whether the connection is still open.
isDateTimeType(int) - Static method in class org.apache.ddlutils.model.TypeMap
Determines whether the given jdbc type (one of the Types constants) is a date/time type.
isDDLExportSupported() - Method in class org.apache.ddlutils.PlatformInfo
Returns true if the current platform supports exporting all DDLs as SQL strings (only supported by GemFireXD for now)
isDebug() - Method in class org.apache.ddlutils.task.VerbosityLevel
Determines whether this is DEBUG verbosity.
isDefaultOnDeleteActionUsedIfUnsupported() - Method in interface org.apache.ddlutils.Platform
Determines whether the default action for ON DELETE is used if the specified one is not supported by the platform.
isDefaultOnDeleteActionUsedIfUnsupported() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Determines whether the default action for ON DELETE is used if the specified one is not supported by the platform.
isDefaultOnUpdateActionUsedIfUnsupported() - Method in interface org.apache.ddlutils.Platform
Determines whether the default action for ON UPDATE is used if the specified one is not supported by the platform.
isDefaultOnUpdateActionUsedIfUnsupported() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Determines whether the default action for ON UPDATE is used if the specified one is not supported by the platform.
isDefaultValueChanged(Column, Column) - Static method in class org.apache.ddlutils.alteration.ColumnDefinitionChange
Determines whether the default value of the given target column is different from the one of the given source column.
isDefaultValuesForLongTypesSupported() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether default values can be specified for LONGVARCHAR/LONGVARBINARY columns.
isDefaultValueUsedForIdentitySpec() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the auto-increment specification uses the DEFAULT value of the column definition.
isDelimitedIdentifierModeOn() - Method in interface org.apache.ddlutils.Platform
Determines whether delimited identifiers are used or normal SQL92 identifiers (which may only contain alphanumerical characters and the underscore, must start with a letter and cannot be a reserved keyword).
isDelimitedIdentifierModeOn() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Determines whether delimited identifiers are used or normal SQL92 identifiers (which may only contain alphanumerical characters and the underscore, must start with a letter and cannot be a reserved keyword).
isDelimitedIdentifiersSupported() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether delimited identifiers are supported.
isDoDrops() - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Determines whether SQL is generated to drop tables and the associated constraints if necessary.
isDoDrops() - Method in class org.apache.ddlutils.task.WriteSchemaToDatabaseCommand
Determines whether to drop tables and the associated constraints before re-creating them (this implies alterDatabase is false).
isEmbeddedForeignKeysNamed() - Method in class org.apache.ddlutils.PlatformInfo
Returns whether embedded foreign key constraints should have a name.
isEnsureFKOrder() - Method in class org.apache.ddlutils.io.DatabaseDataIO
Determines whether the sink delays the insertion of beans so that the beans referenced by it via foreignkeys are already inserted into the database.
isEnsureFkOrder() - Method in class org.apache.ddlutils.io.DataToDatabaseSink
Determines whether the sink delays the insertion of beans so that the beans referenced by it via foreignkeys are already inserted into the database.
isException() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.HostsAndAgents
 
isExcludedTable(String) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
isExportAll() - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Return true if all database object have to be exported directly by the target platform database (only for GemFireXD).
isExportDDLs() - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Return true if DDLs have to be exported directly by the target platform database (only for GemFireXD).
isFailOnError() - Method in class org.apache.ddlutils.io.DatabaseDataIO
Determines whether data io is stopped when an error happens.
isFailOnError() - Method in class org.apache.ddlutils.task.Command
Determines whether the command execution will be stopped upon an error.
isForeignKeysEmbedded() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether foreign key constraints are embedded in the create table clause or as seperate alter table statements.
isForeignKeysSorted() - Method in interface org.apache.ddlutils.Platform
Determines whether foreign keys of a table read from a live database are alphabetically sorted.
isForeignKeysSorted() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Determines whether foreign keys of a table read from a live database are alphabetically sorted.
isForPlatform(String) - Method in class org.apache.ddlutils.task.Parameter
Determines whether this parameter is applicable for the indicated platform.
isForTable(Table, boolean) - Method in class org.apache.ddlutils.task.TableSpecificParameter
Determines whether this parameter is applicable to the given table.
isHaltOnErrors() - Method in class org.apache.ddlutils.io.DataToDatabaseSink
Determines whether this sink halts when an error happens during the insertion of a bean into the database.
isIdentityColumnAutomaticallyRequired() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the database will make an idenity column automatically required.
isIdentityOverrideAllowed() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the platform is allows the explicit specification of values for identity columns in INSERT/UPDATE statements.
isIdentityOverrideOn() - Method in interface org.apache.ddlutils.Platform
Determines whether SQL insert statements can specify values for identity columns.
isIdentityOverrideOn() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Determines whether SQL insert statements can specify values for identity columns.
isIdentityValueReadableInBatchUsingStatement() - Method in class org.apache.ddlutils.PlatformInfo
 
isIdentityValueReadableUsingStatement() - Method in class org.apache.ddlutils.PlatformInfo
 
isIgnorableSchema(String) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
isIndicesEmbedded() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the indices are embedded in the create table clause or as seperate statements.
isIndicesSupported() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether indices are supported.
isInternalForeignKeyIndex(DatabaseMetaDataWrapper, Table, ForeignKey, Index) - Method in class org.apache.ddlutils.platform.derby.DerbyModelReader
Tries to determine whether the index is the internal database-generated index for the given foreign key.
isInternalForeignKeyIndex(DatabaseMetaDataWrapper, Table, ForeignKey, Index) - Method in class org.apache.ddlutils.platform.firebird.FirebirdModelReader
Tries to determine whether the index is the internal database-generated index for the given foreign key.
isInternalForeignKeyIndex(DatabaseMetaDataWrapper, Table, ForeignKey, Index) - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDModelReader
Tries to determine whether the index is the internal database-generated index for the given foreign key.
isInternalForeignKeyIndex(DatabaseMetaDataWrapper, Table, ForeignKey, Index) - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbModelReader
Tries to determine whether the index is the internal database-generated index for the given foreign key.
isInternalForeignKeyIndex(DatabaseMetaDataWrapper, Table, ForeignKey, Index) - Method in class org.apache.ddlutils.platform.interbase.InterbaseModelReader
Tries to determine whether the index is the internal database-generated index for the given foreign key.
isInternalForeignKeyIndex(DatabaseMetaDataWrapper, Table, ForeignKey, Index) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Tries to determine whether the index is the internal database-generated index for the given foreign key.
isInternalForeignKeyIndex(DatabaseMetaDataWrapper, Table, ForeignKey, Index) - Method in class org.apache.ddlutils.platform.mysql.MySqlModelReader
Tries to determine whether the index is the internal database-generated index for the given foreign key.
isInternalForeignKeyIndex(DatabaseMetaDataWrapper, Table, ForeignKey, Index) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlModelReader
Tries to determine whether the index is the internal database-generated index for the given foreign key.
isInternalPrimaryKeyIndex(DatabaseMetaDataWrapper, Table, Index) - Method in class org.apache.ddlutils.platform.db2.Db2ModelReader
Tries to determine whether the index is the internal database-generated index for the given table's primary key.
isInternalPrimaryKeyIndex(DatabaseMetaDataWrapper, Table, Index) - Method in class org.apache.ddlutils.platform.derby.DerbyModelReader
Tries to determine whether the index is the internal database-generated index for the given table's primary key.
isInternalPrimaryKeyIndex(DatabaseMetaDataWrapper, Table, Index) - Method in class org.apache.ddlutils.platform.firebird.FirebirdModelReader
Tries to determine whether the index is the internal database-generated index for the given table's primary key.
isInternalPrimaryKeyIndex(DatabaseMetaDataWrapper, Table, Index) - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDModelReader
Tries to determine whether the index is the internal database-generated index for the given table's primary key.
isInternalPrimaryKeyIndex(DatabaseMetaDataWrapper, Table, Index) - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbModelReader
Tries to determine whether the index is the internal database-generated index for the given table's primary key.
isInternalPrimaryKeyIndex(DatabaseMetaDataWrapper, Table, Index) - Method in class org.apache.ddlutils.platform.interbase.InterbaseModelReader
Tries to determine whether the index is the internal database-generated index for the given table's primary key.
isInternalPrimaryKeyIndex(DatabaseMetaDataWrapper, Table, Index) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Tries to determine whether the index is the internal database-generated index for the given table's primary key.
isInternalPrimaryKeyIndex(DatabaseMetaDataWrapper, Table, Index) - Method in class org.apache.ddlutils.platform.mssql.MSSqlModelReader
Tries to determine whether the index is the internal database-generated index for the given table's primary key.
isInternalPrimaryKeyIndex(DatabaseMetaDataWrapper, Table, Index) - Method in class org.apache.ddlutils.platform.mysql.MySqlModelReader
Tries to determine whether the index is the internal database-generated index for the given table's primary key.
isInternalPrimaryKeyIndex(DatabaseMetaDataWrapper, Table, Index) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlModelReader
Tries to determine whether the index is the internal database-generated index for the given table's primary key.
isInternalPrimaryKeyIndex(DatabaseMetaDataWrapper, Table, Index) - Method in class org.apache.ddlutils.platform.sybase.SybaseModelReader
Tries to determine whether the index is the internal database-generated index for the given table's primary key.
isLastIdentityValueReadable() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the values of identity columns can be read back from the database after insertion of a row.
isMixingIdentityAndNormalPrimaryKeyColumnsSupported() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether primary key can contain identity and non-identity columns at the same time.
isMultipleIdentityColumnsSupported() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether multiple columns in the same table can be auto-incrementing (IDENTITY columns).
isMultipleResultSetResult() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijMultipleResultSetResult
 
isNameChar(int) - Static method in class org.apache.ddlutils.io.XMLUtils
Returns true if the specified character is a valid name character as defined by the XML 1.0 specification.
isNameStartChar(int) - Static method in class org.apache.ddlutils.io.XMLUtils
Returns true if the specified character is a valid name start character as defined in the XML 1.0 specification.
isNextRowOfResultSet() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijRowResult
 
isNonPrimaryKeyIdentityColumnsSupported() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether non-primary key columns can be auto-incrementing (IDENTITY columns).
isNullAsDefaultValueRequired() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether a NULL needs to be explicitly stated when the column has no specified default value.
isNumericType(int) - Static method in class org.apache.ddlutils.model.TypeMap
Determines whether the given jdbc type (one of the Types constants) is a numeric type.
isOfBinaryType() - Method in class org.apache.ddlutils.model.Column
Determines whether this column is of a binary type.
isOfNumericType() - Method in class org.apache.ddlutils.model.Column
Determines whether this column is of a numeric type.
isOfSpecialType() - Method in class org.apache.ddlutils.model.Column
Determines whether this column is of a special type.
isOfTextType() - Method in class org.apache.ddlutils.model.Column
Determines whether this column is of a text type.
isPlatformSupported(String) - Static method in class org.apache.ddlutils.PlatformFactory
Determines whether the indicated platform is supported.
isPrettyPrinting() - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Determines whether the output shall be pretty-printed.
isPrimaryKey() - Method in class org.apache.ddlutils.dynabean.SqlDynaProperty
Determines whether this property is for a primary key column.
isPrimaryKey() - Method in class org.apache.ddlutils.model.Column
Determines whether this column is a primary key column.
isPrimaryKeyColumnAutomaticallyRequired() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the database will make a primary key column automatically required.
isPrimaryKeyColumnsHaveToBeRequired() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the primary key constraints have to be required, as well.
isPrimaryKeyEmbedded() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether primary key constraints are embedded in the create table clause or as seperate alter table statements.
isQuoted(String) - Static method in class com.pivotal.gemfirexd.tools.gfxdtop.JMXHelper
 
isRequired() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option created will be required.
isRequired(boolean) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option created will be required if required is true.
isRequired() - Method in class org.apache.ddlutils.model.Column
Determines whether this column is a required column, ie.
isRequiredStatusChanged(Column, Column) - Static method in class org.apache.ddlutils.alteration.ColumnDefinitionChange
Determines whether the required status of the given target column is different from that of the given source column.
isRequiringModel() - Method in class org.apache.ddlutils.task.Command
Specifies whether this command requires a model, i.e.
isRequiringModel() - Method in class org.apache.ddlutils.task.CreateDatabaseCommand
Specifies whether this command requires a model, i.e.
isRequiringModel() - Method in class org.apache.ddlutils.task.DatabaseCommand
Specifies whether this command requires a model, i.e.
isRequiringModel() - Method in class org.apache.ddlutils.task.DropDatabaseCommand
Specifies whether this command requires a model, i.e.
isRequiringModel() - Method in class org.apache.ddlutils.task.DropTablesCommand
Specifies whether this command requires a model, i.e.
isRequiringModel() - Method in class org.apache.ddlutils.task.ReplayFailedDMLsCommand
 
isRequiringModel() - Method in class org.apache.ddlutils.task.WriteDataToFileCommand
Specifies whether this command requires a model, i.e.
isRequiringModel() - Method in class org.apache.ddlutils.task.WriteDtdToFileCommand
Specifies whether this command requires a model, i.e.
isRequiringModel() - Method in class org.apache.ddlutils.task.WriteSchemaToFileCommand
Specifies whether this command requires a model, i.e.
isResultSet() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijResultSetResult
 
isScriptModeOn() - Method in interface org.apache.ddlutils.Platform
Determines whether script mode is on.
isScriptModeOn() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Determines whether script mode is on.
isShutdownDatabase() - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Determines whether the database shall be shut down after the task has finished.
isShutdownDatabase() - Method in class org.apache.ddlutils.task.PlatformConfiguration
Determines whether the database shall be shut down after the task has finished.
isShutdownDatabase() - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Determines whether the database shall be shut down after the task has finished.
isSizeChanged(PlatformInfo, Column, Column) - Static method in class org.apache.ddlutils.alteration.ColumnDefinitionChange
Determines whether the size or precision/scale of the given target column is different from that of the given source column.
isSizeReduced(PlatformInfo, Column, Column) - Static method in class org.apache.ddlutils.alteration.ColumnDefinitionChange
Determines whether the size or precision/scale of the given target column is smaller than that of the given source column.
isSnappyStore() - Static method in class com.pivotal.gemfirexd.tools.GfxdUtilLauncher
 
isSortForeignKeys() - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Determines whether a table's foreign keys read from a live database shall be sorted alphabetically.
isSortForeignKeys() - Method in class org.apache.ddlutils.task.PlatformConfiguration
Determines whether a table's foreign keys read from a live database shall be sorted alphabetically.
isSortForeignKeys() - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Determines whether a table's foreign keys read from a live database shall be sorted alphabetically.
isSpecialType(int) - Static method in class org.apache.ddlutils.model.TypeMap
Determines whether the given sql type (one of the Types constants) is a special type.
isSqlCommentsOn() - Method in interface org.apache.ddlutils.Platform
Determines whether SQL comments are generated.
isSqlCommentsOn() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Determines whether SQL comments are generated.
isSqlCommentsSupported() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the database supports SQL comments.
isSupported(Table, TableChange) - Method in class org.apache.ddlutils.platform.DefaultTableDefinitionChangesPredicate
Checks whether the given change is suppored.
isSyntheticDefaultValueForRequiredReturned() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether the platform returns synthetic default values (e.g.
isSystemForeignKeyIndicesAlwaysNonUnique() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether system indices for foreign keys are always non-unique or can be unique (i.e.
isSystemIndicesReturned() - Method in class org.apache.ddlutils.PlatformInfo
Determines whether database-generated indices for primary and foreign keys are returned when reading a model from a database.
isTextType(int) - Static method in class org.apache.ddlutils.model.TypeMap
Determines whether the given jdbc type (one of the Types constants) is a text type.
isTypeChanged(PlatformInfo, Column, Column) - Static method in class org.apache.ddlutils.alteration.ColumnDefinitionChange
Determines whether the jdbc type of the given target column is different from the one of the given source column.
isUnique() - Method in interface org.apache.ddlutils.model.Index
Determines whether this index is unique or not.
isUnique() - Method in class org.apache.ddlutils.model.NonUniqueIndex
Determines whether this index is unique or not.
isUnique() - Method in class org.apache.ddlutils.model.UniqueIndex
Determines whether this index is unique or not.
isUnspecifiedPrecision() - Method in class org.apache.ddlutils.model.Column
Oracle NUMBER without any precision
isUseBatchMode() - Method in class org.apache.ddlutils.io.DataToDatabaseSink
Determines whether batch mode is used for inserting the beans.
isUseDelimitedSqlIdentifiers() - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Determines whether delimited SQL identifiers shall be used (the default).
isUseDelimitedSqlIdentifiers() - Method in class org.apache.ddlutils.task.PlatformConfiguration
Determines whether delimited SQL identifiers shall be used (the default).
isUseDelimitedSqlIdentifiers() - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Determines whether delimited SQL identifiers shall be used (the default).
isUseInternalDtd() - Method in class org.apache.ddlutils.io.DatabaseIO
Deprecated.
Switched to XML schema, and the internal XML schema should always be used
isValidateXml() - Method in class org.apache.ddlutils.io.DatabaseIO
Returns whether XML is validated upon reading it.
isValidDefaultValue(String, int) - Method in class org.apache.ddlutils.platform.SqlBuilder
Determines whether the given default spec is a non-empty spec that shall be used in a DEFAULT expression.
isWellFormedXMLName(String) - Static method in class org.apache.ddlutils.io.XMLUtils
Determines whether the given string is a well formed xml name.
iterator() - Static method in class org.apache.ddlutils.model.CascadeActionEnum
Returns an iterator of all enum values.
iterator() - Static method in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
Returns an iterator of all enum values.

J

JarTools - Class in com.pivotal.gemfirexd.tools.internal
Command-line tools to install/replace/remove JARs in a running GemFireXD system.
JarTools() - Constructor for class com.pivotal.gemfirexd.tools.internal.JarTools
 
JAVA_OBJECT - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.JAVA_OBJECT constant.
JDBC_CLIENT_DRIVER - Static variable in class org.apache.ddlutils.platform.gemfirexd.GemFireXDPlatform
The GemFireXD jdbc driver for use as a client for a normal server.
JDBC_DRIVER - Static variable in class org.apache.ddlutils.platform.axion.AxionPlatform
The axion jdbc driver.
JDBC_DRIVER - Static variable in class org.apache.ddlutils.platform.db2.Db2Platform
The standard DB2 jdbc driver.
JDBC_DRIVER - Static variable in class org.apache.ddlutils.platform.derby.DerbyPlatform
The derby jdbc driver for use as a client for a normal server.
JDBC_DRIVER - Static variable in class org.apache.ddlutils.platform.firebird.FirebirdPlatform
The standard Firebird jdbc driver.
JDBC_DRIVER - Static variable in class org.apache.ddlutils.platform.hsqldb.HsqlDbPlatform
The standard Hsqldb jdbc driver.
JDBC_DRIVER - Static variable in class org.apache.ddlutils.platform.interbase.InterbasePlatform
The interbase jdbc driver.
JDBC_DRIVER - Static variable in class org.apache.ddlutils.platform.mckoi.MckoiPlatform
The standard McKoi jdbc driver.
JDBC_DRIVER - Static variable in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
The standard SQLServer jdbc driver.
JDBC_DRIVER - Static variable in class org.apache.ddlutils.platform.mysql.MySqlPlatform
The standard MySQL jdbc driver.
JDBC_DRIVER - Static variable in class org.apache.ddlutils.platform.oracle.Oracle8Platform
The standard Oracle jdbc driver.
JDBC_DRIVER - Static variable in class org.apache.ddlutils.platform.postgresql.PostgreSqlPlatform
The standard PostgreSQL jdbc driver.
JDBC_DRIVER - Static variable in class org.apache.ddlutils.platform.sapdb.SapDbPlatform
The standard SapDB/MaxDB jdbc driver.
JDBC_DRIVER - Static variable in class org.apache.ddlutils.platform.sybase.SybasePlatform
The standard Sybase jdbc driver.
JDBC_DRIVER_DATADIRECT_DB2 - Static variable in class org.apache.ddlutils.PlatformUtils
The DataDirect Connect DB2 jdbc driver.
JDBC_DRIVER_DATADIRECT_ORACLE - Static variable in class org.apache.ddlutils.PlatformUtils
The DataDirect Connect Oracle jdbc driver.
JDBC_DRIVER_DATADIRECT_SQLSERVER - Static variable in class org.apache.ddlutils.PlatformUtils
The DataDirect Connect SQLServer jdbc driver.
JDBC_DRIVER_DATADIRECT_SYBASE - Static variable in class org.apache.ddlutils.PlatformUtils
The DataDirect Connect Sybase jdbc driver.
JDBC_DRIVER_EMBEDDED - Static variable in class org.apache.ddlutils.platform.derby.DerbyPlatform
The derby jdbc driver for use as an embedded database.
JDBC_DRIVER_INET_DB2 - Static variable in class org.apache.ddlutils.PlatformUtils
The i-net DB2 jdbc driver.
JDBC_DRIVER_INET_ORACLE - Static variable in class org.apache.ddlutils.PlatformUtils
The i-net Oracle jdbc driver.
JDBC_DRIVER_INET_POOLED - Static variable in class org.apache.ddlutils.PlatformUtils
The i-net pooled jdbc driver for SQLServer and Sybase.
JDBC_DRIVER_INET_SQLSERVER - Static variable in class org.apache.ddlutils.PlatformUtils
The i-net SQLServer jdbc driver.
JDBC_DRIVER_INET_SYBASE - Static variable in class org.apache.ddlutils.PlatformUtils
The i-net Sybase jdbc driver.
JDBC_DRIVER_JSQLCONNECT_SQLSERVER - Static variable in class org.apache.ddlutils.PlatformUtils
The JNetDirect SQLServer jdbc driver.
JDBC_DRIVER_JTDS - Static variable in class org.apache.ddlutils.PlatformUtils
The jTDS jdbc driver for SQLServer and Sybase.
JDBC_DRIVER_JTOPEN - Static variable in class org.apache.ddlutils.platform.db2.Db2Platform
The JTOpen JDBC Driver.
JDBC_DRIVER_NEW - Static variable in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
The new SQLServer 2005 jdbc driver which can also be used for SQL Server 2000.
JDBC_DRIVER_OLD - Static variable in class org.apache.ddlutils.platform.mysql.MySqlPlatform
The old MySQL jdbc driver.
JDBC_DRIVER_OLD - Static variable in class org.apache.ddlutils.platform.oracle.Oracle8Platform
The old Oracle jdbc driver.
JDBC_DRIVER_OLD - Static variable in class org.apache.ddlutils.platform.sybase.SybasePlatform
The old Sybase jdbc driver.
JDBC_DRIVER_OLD1 - Static variable in class org.apache.ddlutils.platform.db2.Db2Platform
Older name for the jdbc driver.
JDBC_DRIVER_OLD2 - Static variable in class org.apache.ddlutils.platform.db2.Db2Platform
Older name for the jdbc driver.
JDBC_PEER_DRIVER - Static variable in class org.apache.ddlutils.platform.gemfirexd.GemFireXDPeerPlatform
The GemFireXD jdbc driver for use as an embedded database.
JDBC_SUBPROTOCOL - Static variable in class org.apache.ddlutils.platform.axion.AxionPlatform
The subprotocol used by the axion driver.
JDBC_SUBPROTOCOL - Static variable in class org.apache.ddlutils.platform.db2.Db2Platform
The subprotocol used by the standard DB2 driver.
JDBC_SUBPROTOCOL - Static variable in class org.apache.ddlutils.platform.derby.DerbyPlatform
The subprotocol used by the derby drivers.
JDBC_SUBPROTOCOL - Static variable in class org.apache.ddlutils.platform.firebird.FirebirdPlatform
The subprotocol used by the standard Firebird driver.
JDBC_SUBPROTOCOL - Static variable in class org.apache.ddlutils.platform.gemfirexd.GemFireXDPlatform
The subprotocol used by the GemFireXD drivers.
JDBC_SUBPROTOCOL - Static variable in class org.apache.ddlutils.platform.hsqldb.HsqlDbPlatform
The subprotocol used by the standard Hsqldb driver.
JDBC_SUBPROTOCOL - Static variable in class org.apache.ddlutils.platform.interbase.InterbasePlatform
The subprotocol used by the interbase driver.
JDBC_SUBPROTOCOL - Static variable in class org.apache.ddlutils.platform.mckoi.MckoiPlatform
The subprotocol used by the standard McKoi driver.
JDBC_SUBPROTOCOL - Static variable in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
The subprotocol used by the standard SQL Server driver.
JDBC_SUBPROTOCOL - Static variable in class org.apache.ddlutils.platform.mysql.MySqlPlatform
The subprotocol used by the standard MySQL driver.
JDBC_SUBPROTOCOL - Static variable in class org.apache.ddlutils.platform.postgresql.PostgreSqlPlatform
The subprotocol used by the standard PostgreSQL driver.
JDBC_SUBPROTOCOL - Static variable in class org.apache.ddlutils.platform.sapdb.SapDbPlatform
The subprotocol used by the standard SapDB/MaxDB driver.
JDBC_SUBPROTOCOL - Static variable in class org.apache.ddlutils.platform.sybase.SybasePlatform
The subprotocol used by the standard Sybase driver.
JDBC_SUBPROTOCOL_1 - Static variable in class org.apache.ddlutils.platform.cloudscape.CloudscapePlatform
A subprotocol used by the DB2 network driver.
JDBC_SUBPROTOCOL_2 - Static variable in class org.apache.ddlutils.platform.cloudscape.CloudscapePlatform
A subprotocol used by the DB2 network driver.
JDBC_SUBPROTOCOL_DATADIRECT_DB2 - Static variable in class org.apache.ddlutils.PlatformUtils
The subprotocol used by the DataDirect DB2 driver.
JDBC_SUBPROTOCOL_DATADIRECT_ORACLE - Static variable in class org.apache.ddlutils.PlatformUtils
The subprotocol used by the DataDirect Oracle driver.
JDBC_SUBPROTOCOL_DATADIRECT_SQLSERVER - Static variable in class org.apache.ddlutils.PlatformUtils
The subprotocol used by the DataDirect SQLServer driver.
JDBC_SUBPROTOCOL_DATADIRECT_SYBASE - Static variable in class org.apache.ddlutils.PlatformUtils
The subprotocol used by the DataDirect Sybase driver.
JDBC_SUBPROTOCOL_INET_DB2 - Static variable in class org.apache.ddlutils.PlatformUtils
The subprotocol used by the i-net DB2 driver.
JDBC_SUBPROTOCOL_INET_ORACLE - Static variable in class org.apache.ddlutils.PlatformUtils
The subprotocol used by the i-net Oracle driver.
JDBC_SUBPROTOCOL_INET_SQLSERVER - Static variable in class org.apache.ddlutils.PlatformUtils
A subprotocol used by the i-net SQLServer driver.
JDBC_SUBPROTOCOL_INET_SQLSERVER6 - Static variable in class org.apache.ddlutils.PlatformUtils
A subprotocol used by the i-net SQLServer driver.
JDBC_SUBPROTOCOL_INET_SQLSERVER6_POOLED_1 - Static variable in class org.apache.ddlutils.PlatformUtils
A subprotocol used by the pooled i-net SQLServer driver.
JDBC_SUBPROTOCOL_INET_SQLSERVER6_POOLED_2 - Static variable in class org.apache.ddlutils.PlatformUtils
A subprotocol used by the pooled i-net SQLServer driver.
JDBC_SUBPROTOCOL_INET_SQLSERVER7 - Static variable in class org.apache.ddlutils.PlatformUtils
A subprotocol used by the i-net SQLServer driver.
JDBC_SUBPROTOCOL_INET_SQLSERVER7_POOLED_1 - Static variable in class org.apache.ddlutils.PlatformUtils
A subprotocol used by the pooled i-net SQLServer driver.
JDBC_SUBPROTOCOL_INET_SQLSERVER7_POOLED_2 - Static variable in class org.apache.ddlutils.PlatformUtils
A subprotocol used by the pooled i-net SQLServer driver.
JDBC_SUBPROTOCOL_INET_SQLSERVER7A - Static variable in class org.apache.ddlutils.PlatformUtils
A subprotocol used by the i-net SQLServer driver.
JDBC_SUBPROTOCOL_INET_SQLSERVER7A_POOLED_1 - Static variable in class org.apache.ddlutils.PlatformUtils
A subprotocol used by the pooled i-net SQLServer driver.
JDBC_SUBPROTOCOL_INET_SQLSERVER7A_POOLED_2 - Static variable in class org.apache.ddlutils.PlatformUtils
A subprotocol used by the pooled i-net SQLServer driver.
JDBC_SUBPROTOCOL_INET_SQLSERVER_POOLED_1 - Static variable in class org.apache.ddlutils.PlatformUtils
A subprotocol used by the pooled i-net SQLServer driver.
JDBC_SUBPROTOCOL_INET_SQLSERVER_POOLED_2 - Static variable in class org.apache.ddlutils.PlatformUtils
A subprotocol used by the pooled i-net SQLServer driver.
JDBC_SUBPROTOCOL_INET_SYBASE - Static variable in class org.apache.ddlutils.PlatformUtils
The subprotocol used by the i-net Sybase driver.
JDBC_SUBPROTOCOL_INET_SYBASE_POOLED_1 - Static variable in class org.apache.ddlutils.PlatformUtils
The subprotocol used by the pooled i-net Sybase driver.
JDBC_SUBPROTOCOL_INET_SYBASE_POOLED_2 - Static variable in class org.apache.ddlutils.PlatformUtils
The subprotocol used by the pooled i-net Sybase driver.
JDBC_SUBPROTOCOL_INTERNAL - Static variable in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
The subprotocol internally returned by the newer SQL Server 2005 driver.
JDBC_SUBPROTOCOL_JSQLCONNECT_SQLSERVER - Static variable in class org.apache.ddlutils.PlatformUtils
The subprotocol used by the JNetDirect SQLServer driver.
JDBC_SUBPROTOCOL_JTDS_SQLSERVER - Static variable in class org.apache.ddlutils.PlatformUtils
The subprotocol used by the jTDS SQLServer driver.
JDBC_SUBPROTOCOL_JTDS_SYBASE - Static variable in class org.apache.ddlutils.PlatformUtils
The subprotocol used by the jTDS Sybase driver.
JDBC_SUBPROTOCOL_JTOPEN - Static variable in class org.apache.ddlutils.platform.db2.Db2Platform
An alternative subprotocol used by the JTOpen driver on OS/400.
JDBC_SUBPROTOCOL_NEW - Static variable in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
The subprotocol recommended for the newer SQL Server 2005 driver.
JDBC_SUBPROTOCOL_OCI8 - Static variable in class org.apache.ddlutils.platform.oracle.Oracle8Platform
The thin subprotocol used by the standard Oracle driver.
JDBC_SUBPROTOCOL_OS390_1 - Static variable in class org.apache.ddlutils.platform.db2.Db2Platform
An alternative subprotocol used by the standard DB2 driver on OS/390.
JDBC_SUBPROTOCOL_OS390_2 - Static variable in class org.apache.ddlutils.platform.db2.Db2Platform
An alternative subprotocol used by the standard DB2 driver on OS/390.
JDBC_SUBPROTOCOL_THIN - Static variable in class org.apache.ddlutils.platform.oracle.Oracle8Platform
The thin subprotocol used by the standard Oracle driver.
JDBC_SUBPROTOCOL_THIN_OLD - Static variable in class org.apache.ddlutils.platform.oracle.Oracle8Platform
The old thin subprotocol used by the standard Oracle driver.
JDBCDisplayUtil - Class in com.pivotal.gemfirexd.internal.tools
This class contains utility methods for displaying JDBC objects and results.
JDBCDisplayUtil() - Constructor for class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
JdbcModelReader - Class in org.apache.ddlutils.platform
An utility class to create a Database model from a live database.
JdbcModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.JdbcModelReader
Creates a new model reader instance.
JdbcSupport - Class in org.apache.ddlutils.util
JdbcSupport is an abstract base class for objects which need to perform JDBC operations.
JdbcSupport() - Constructor for class org.apache.ddlutils.util.JdbcSupport
 
JdbcTypeCategoryEnum - Class in org.apache.ddlutils.model
Represents the different categories of jdbc types.
jj_nt - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Next token.
jjFillToken() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenManager
 
jjFillToken() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarTokenManager
 
jjnewLexState - Static variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarTokenManager
Token literal values.
JMXHelper - Class in com.pivotal.gemfirexd.tools.gfxdtop
 
JMXHelper() - Constructor for class com.pivotal.gemfirexd.tools.gfxdtop.JMXHelper
 
jvmVendor - Variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 

K

kind - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
An integer that describes the kind of this token.

L

LAST - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
last() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
LAST - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
lastCase(Vector) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
LEFT_PAREN - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
LETTER - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
LEXICAL_ERROR - Static variable in error com.pivotal.gemfirexd.internal.impl.tools.ij.TokenMgrError
Lexical error occurred.
LexicalErr(boolean, int, int, int, String, int) - Static method in error com.pivotal.gemfirexd.internal.impl.tools.ij.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenManager
Lexer state names.
lexStateNames - Static variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarTokenManager
Lexer state names.
line - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
LINE_SEPARATOR - Static variable in class org.apache.ddlutils.platform.SqlBuilder
The line separator for in between sql commands.
listAddOnArgs(boolean, boolean, boolean) - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
listAddOnArgs(boolean, boolean, boolean) - Method in class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
 
listAddOnArgs(boolean, boolean, boolean) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
listCommands() - Method in class com.pivotal.gemfirexd.tools.GfxdUtilLauncher
 
loadDriver(String) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
Load a driver given a class name.
loadDriverIfKnown(String) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
Find the appropriate driver and load it, given a JDBC URL.
LocalEntityResolver - Class in org.apache.ddlutils.io
An entity resolver that matches the specific database dtds to the one that comes with DdlUtils, and that can handle file url's.
LocalEntityResolver() - Constructor for class org.apache.ddlutils.io.LocalEntityResolver
 
LOCALIZEDDISPLAY - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
LOCATOR - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
LOCATORS - Static variable in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
Logs - Class in com.pivotal.gemfirexd.internal.impl.tools.dblook
 
Logs() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
logSevere(String, Throwable) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
logWarning(String, Throwable) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
logWarnings(Connection) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Logs any warnings associated to the given connection.
LONGVARBINARY - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.LONGVARBINARY constant.
LONGVARCHAR - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.LONGVARCHAR constant.
lookupMessage(String) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
lookupMessage(String, String[]) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
lookupSchemaId(String) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
lookupTableId(String) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
LOOP_DETECTED - Static variable in error com.pivotal.gemfirexd.internal.impl.tools.ij.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LWC_BIND_ADDRESS_ARG - Static variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
LWC_PORT_ARG - Static variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 

M

main(String[]) - Static method in class com.pivotal.gemfirexd.internal.iapi.tools.run
Switch on the first argument to choose the tool, pass the remaining arguments to the tool.
Main - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
This is the controller for ij.
Main() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.Main
create an ij tool waiting to be given input and output streams.
Main(LocalizedOutput) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.Main
 
Main(boolean) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.Main
This constructor is only used so that we can get to the right Main based on the JDBC version.
main(String[]) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.Main
ij can be used directly on a shell command line through its main program.
main(String[]) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.URLCheck
 
main(String[]) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
main(String[]) - Static method in class com.pivotal.gemfirexd.internal.tools.ij
 
main(String[]) - Static method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
Bootstrap method to launch the GemFireXD JMX Agent process to monitor and manage a GemFireXD Distributed System.
main(String[]) - Static method in class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
Main method that parses the command line and performs an will start, stop, or get the status of a GemFireXD locator.
main(String[]) - Static method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
main(String[]) - Static method in class com.pivotal.gemfirexd.tools.gfxdtop.ClusterStatistics
 
main(String[]) - Static method in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdTop
 
main(String[]) - Static method in class com.pivotal.gemfirexd.tools.GfxdUtilLauncher
 
main(String[]) - Static method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
main(String[]) - Static method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
Main method that parses the command line and performs an will start, stop, or get the status of a fabric server.
main(String[]) - Static method in class com.pivotal.gemfirexd.tools.internal.JarTools
 
main(String[]) - Static method in class com.pivotal.gemfirexd.tools.internal.MiscTools
 
mainCore(String[], Main) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.Main
 
mapNull(String, String) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
Map the string to the value if it is null.
matches(Index, List) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Checks whether the given index matches the column list.
MAX_ATTRIBUTE_LENGTH - Static variable in class org.apache.ddlutils.io.XMLUtils
Maximum length of attribute values that we want to generate.
MAX_HEAP - Static variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
MAX_NAME_LENGTH - Static variable in class org.apache.ddlutils.io.XMLUtils
Maximum length of a tag or attribute name that we want to generate.
MAX_TEXT_SIZE - Static variable in class org.apache.ddlutils.platform.sybase.SybasePlatform
The maximum size that text and binary columns can have.
MaxDbBuilder - Class in org.apache.ddlutils.platform.maxdb
The SQL Builder for MaxDB.
MaxDbBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.maxdb.MaxDbBuilder
Creates a new builder instance.
MaxDbModelReader - Class in org.apache.ddlutils.platform.maxdb
Reads a database model from a MaxDb database.
MaxDbModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.maxdb.MaxDbModelReader
Creates a new model reader for MaxDb databases.
MaxDbPlatform - Class in org.apache.ddlutils.platform.maxdb
The platform implementation for MaxDB.
MaxDbPlatform() - Constructor for class org.apache.ddlutils.platform.maxdb.MaxDbPlatform
Creates a new platform instance.
MAXIMUMDISPLAYWIDTH - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
MAXIMUMLINEWIDTH - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
maxNextCharInd - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
MBEAN_ATTRIBUTE_BINDTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_EXECUTIONTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_GENERATETIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_NAME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_NUMEXECUTION - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_NUMEXECUTIONSINPROGRESS - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_NUMROWSMODIFIED - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_NUMTIMESCOMPILED - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_NUMTIMESGLOBALINDEXLOOKUP - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_OPTIMIZETIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_PARSETIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_PROJECTIONTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_QNMSGSENDTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_QNMSGSERTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_QNNUMROWSSEEN - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_QNRESPDESERTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_QUERYDEFINITION - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_ROUTINGINFOTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_ROWSMODIFICATIONTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_TOTALCOMPILATIONTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_ATTRIBUTE_TOTALEXECUTIONTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_BINDTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_EXECUTIONTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_GENERATETIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_NUMEXECUTION - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_NUMEXECUTIONSINPROGRESS - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_NUMROWSMODIFIED - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_NUMTIMESCOMPILED - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_NUMTIMESGLOBALINDEXLOOKUP - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_OPTIMIZETIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_PARSETIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_PROJECTIONTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_QNMSGSENDTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_QNMSGSERTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_QNNUMROWSSEEN - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_QNRESPDESERTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_QUERYDEFINITION - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_ROUTINGINFOTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_ROWSMODIFICATIONTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_TOTALCOMPILATIONTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MBEAN_COLNAME_TOTALEXECUTIONTIME - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
MCAST_ADDRESS - Static variable in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
MCAST_PORT - Static variable in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
MckoiBuilder - Class in org.apache.ddlutils.platform.mckoi
The SQL Builder for the Mckoi database.
MckoiBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.mckoi.MckoiBuilder
Creates a new builder instance.
MckoiModelReader - Class in org.apache.ddlutils.platform.mckoi
Reads a database model from a Mckoi database.
MckoiModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.mckoi.MckoiModelReader
Creates a new model reader for Mckoi databases.
MckoiPlatform - Class in org.apache.ddlutils.platform.mckoi
The Mckoi database platform implementation.
MckoiPlatform() - Constructor for class org.apache.ddlutils.platform.mckoi.MckoiPlatform
Creates a new platform instance.
MEMBER - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
MEMBERS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
mergeWith(Database) - Method in class org.apache.ddlutils.model.Database
Adds all tables from the other database to this database.
MetaDataColumnDescriptor - Class in org.apache.ddlutils.platform
Describes a column in a metadata result set.
MetaDataColumnDescriptor(String, int) - Constructor for class org.apache.ddlutils.platform.MetaDataColumnDescriptor
Creates a new descriptor instance.
MetaDataColumnDescriptor(String, int, Object) - Constructor for class org.apache.ddlutils.platform.MetaDataColumnDescriptor
Creates a new descriptor instance.
MINUS_SIGN - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
minutes - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTime
 
MiscTools - Class in com.pivotal.gemfirexd.tools.internal
Miscellaneous tools for gfxd utility.
MiscTools() - Constructor for class com.pivotal.gemfirexd.tools.internal.MiscTools
 
MODEL_DEFAULT_NAME - Static variable in class org.apache.ddlutils.platform.PlatformImplBase
The default name for models read from the database, if no name as given.
ModelBasedResultSetIterator - Class in org.apache.ddlutils.platform
This is an iterator that is specifically targeted at traversing result sets.
ModelBasedResultSetIterator(PlatformImplBase, Database, ResultSet, Table[], boolean) - Constructor for class org.apache.ddlutils.platform.ModelBasedResultSetIterator
Creates a new iterator.
ModelChange - Interface in org.apache.ddlutils.alteration
Marker interface for changes to a database model element.
ModelComparator - Class in org.apache.ddlutils.alteration
Compares two database models and creates change objects that express how to adapt the first model so that it becomes the second one.
ModelComparator(PlatformInfo, TableDefinitionChangesPredicate, boolean) - Constructor for class org.apache.ddlutils.alteration.ModelComparator
Creates a new model comparator object.
ModelException - Exception in org.apache.ddlutils.model
Indicates a model error.
ModelException() - Constructor for exception org.apache.ddlutils.model.ModelException
Creates a new empty exception object.
ModelException(String) - Constructor for exception org.apache.ddlutils.model.ModelException
Creates a new exception object.
ModelException(Throwable) - Constructor for exception org.apache.ddlutils.model.ModelException
Creates a new exception object.
ModelException(String, Throwable) - Constructor for exception org.apache.ddlutils.model.ModelException
Creates a new exception object.
ModelHelper - Class in org.apache.ddlutils.model
Contains some utility functions for working with the model classes.
ModelHelper() - Constructor for class org.apache.ddlutils.model.ModelHelper
 
ModelValidator - Class in org.apache.ddlutils.io
Helper class that validates a given document against the DdlUtils schema.
ModelValidator() - Constructor for class org.apache.ddlutils.io.ModelValidator
 
ModelXmlWriter - Class in org.apache.ddlutils.io
Base class providing helper functions for writing model elements to XML.
ModelXmlWriter() - Constructor for class org.apache.ddlutils.io.ModelXmlWriter
 
modifiedHelpInfo - Static variable in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
modifiedUsageInfo - Static variable in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
MSSqlBuilder - Class in org.apache.ddlutils.platform.mssql
The SQL Builder for the Microsoft SQL Server.
MSSqlBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Creates a new builder instance.
MSSqlModelComparator - Class in org.apache.ddlutils.platform.mssql
A model comparator customized for Sql Server.
MSSqlModelComparator(PlatformInfo, TableDefinitionChangesPredicate, boolean) - Constructor for class org.apache.ddlutils.platform.mssql.MSSqlModelComparator
Creates a new Sql Server model comparator object.
MSSqlModelReader - Class in org.apache.ddlutils.platform.mssql
Reads a database model from a Microsoft Sql Server database.
MSSqlModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.mssql.MSSqlModelReader
Creates a new model reader for Microsoft Sql Server databases.
MSSqlPlatform - Class in org.apache.ddlutils.platform.mssql
The platform implementation for the Microsoft SQL Server database.
MSSqlPlatform() - Constructor for class org.apache.ddlutils.platform.mssql.MSSqlPlatform
Creates a new platform instance.
mtGrammar - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
 
mtGrammar(InputStream) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Constructor with InputStream.
mtGrammar(InputStream, String) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Constructor with InputStream and supplied encoding
mtGrammar(Reader) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Constructor.
mtGrammar(mtGrammarTokenManager) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Constructor with generated Token Manager.
mtGrammarConstants - Interface in com.pivotal.gemfirexd.internal.impl.tools.ij
Token literal values and constants.
mtGrammarTokenManager - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
Token Manager.
mtGrammarTokenManager(SimpleCharStream) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarTokenManager
Constructor.
mtGrammarTokenManager(SimpleCharStream, int) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarTokenManager
Constructor.
mtTestCase - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
 
mtTestCase() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
mtTestCase() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
mtTester - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
mtTester grabs test and runs them forever.
mtTester(String, mtTestSuite, LocalizedOutput, LocalizedOutput) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTester
 
mtTestSuite - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
 
mtTime - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
 
MySql50Builder - Class in org.apache.ddlutils.platform.mysql
The SQL Builder for MySQL version 5 and above.
MySql50Builder(Platform) - Constructor for class org.apache.ddlutils.platform.mysql.MySql50Builder
Creates a new builder instance.
MySql50ModelReader - Class in org.apache.ddlutils.platform.mysql
Reads a database model from a MySql 5 database.
MySql50ModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.mysql.MySql50ModelReader
Creates a new model reader for MySql 5 databases.
MySql50Platform - Class in org.apache.ddlutils.platform.mysql
The platform implementation for MySQL 5 and above.
MySql50Platform() - Constructor for class org.apache.ddlutils.platform.mysql.MySql50Platform
Creates a new platform instance.
MySqlBuilder - Class in org.apache.ddlutils.platform.mysql
The SQL Builder for MySQL.
MySqlBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.mysql.MySqlBuilder
Creates a new builder instance.
MySqlModelComparator - Class in org.apache.ddlutils.platform.mysql
A model comparator customized for MySql.
MySqlModelComparator(PlatformInfo, TableDefinitionChangesPredicate, boolean) - Constructor for class org.apache.ddlutils.platform.mysql.MySqlModelComparator
Creates a new MySql model comparator object.
MySqlModelReader - Class in org.apache.ddlutils.platform.mysql
Reads a database model from a MySql database.
MySqlModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.mysql.MySqlModelReader
Creates a new model reader for MySql databases.
MySqlPlatform - Class in org.apache.ddlutils.platform.mysql
The platform implementation for MySQL.
MySqlPlatform() - Constructor for class org.apache.ddlutils.platform.mysql.MySqlPlatform
Creates a new platform instance.

N

NAME - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
name - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
newInstance(Table) - Static method in class org.apache.ddlutils.dynabean.SqlDynaClass
Factory method for creating and initializing a new dyna class instance for the given table.
newSwingWorker() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdPlugin
 
newSwingWorker() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdTop
 
newToken(int, String) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
Returns a new Token object, by default.
newToken(int) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
 
NEXT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
next - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class org.apache.ddlutils.platform.ModelBasedResultSetIterator
nextStatement(ConnectionEnv, LocalizedOutput) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.StatementFinder
get the next statement in the input stream.
noFailure() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTester
 
NOHOLD - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
NOHOLDFORCONNECTION - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
NONE - Static variable in class org.apache.ddlutils.model.CascadeActionEnum
The enum value for the cascade action that directs the database to not change the local column when the value of the referenced column changes, only check the foreign key constraint.
NonUniqueIndex - Class in org.apache.ddlutils.model
Represents an index definition for a table.
NonUniqueIndex() - Constructor for class org.apache.ddlutils.model.NonUniqueIndex
 
notJDBC20(String) - Static method in exception com.pivotal.gemfirexd.internal.impl.tools.ij.ijException
 
NULL - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.NULL constant.
NUM - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
NumberConverter - Class in org.apache.ddlutils.io.converters
Converts between the various number types (including boolean types) and String.
NumberConverter() - Constructor for class org.apache.ddlutils.io.converters.NumberConverter
 
NUMERIC - Static variable in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
The enum value for numeric jdbc types.
NUMERIC - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.NUMERIC constant.
numThreads() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 

O

OBJECT_DOMAIN_NAME_GEMFIREXD - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
OBJECT_NAME_STATEMENT_DISTRIBUTED - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
objectWasNull(String) - Static method in exception com.pivotal.gemfirexd.internal.impl.tools.ij.ijException
 
OFF - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
OFF_HEAP_SIZE - Static variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
ON - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
Oracle10Builder - Class in org.apache.ddlutils.platform.oracle
The SQL builder for Oracle 10.
Oracle10Builder(Platform) - Constructor for class org.apache.ddlutils.platform.oracle.Oracle10Builder
Creates a new builder instance.
Oracle10ModelReader - Class in org.apache.ddlutils.platform.oracle
Reads a database model from an Oracle 10 database.
Oracle10ModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.oracle.Oracle10ModelReader
Creates a new model reader for Oracle 10 databases.
Oracle10Platform - Class in org.apache.ddlutils.platform.oracle
The platform for Oracle 10.
Oracle10Platform() - Constructor for class org.apache.ddlutils.platform.oracle.Oracle10Platform
Creates a new platform instance.
Oracle11Platform - Class in org.apache.ddlutils.platform.oracle
The platform for Oracle 11.
Oracle11Platform() - Constructor for class org.apache.ddlutils.platform.oracle.Oracle11Platform
Creates a new platform instance.
Oracle8Builder - Class in org.apache.ddlutils.platform.oracle
The SQL Builder for Oracle.
Oracle8Builder(Platform) - Constructor for class org.apache.ddlutils.platform.oracle.Oracle8Builder
Creates a new builder instance.
Oracle8ModelReader - Class in org.apache.ddlutils.platform.oracle
Reads a database model from an Oracle 8 database.
Oracle8ModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.oracle.Oracle8ModelReader
Creates a new model reader for Oracle 8 databases.
Oracle8Platform - Class in org.apache.ddlutils.platform.oracle
The platform for Oracle 8.
Oracle8Platform() - Constructor for class org.apache.ddlutils.platform.oracle.Oracle8Platform
Creates a new platform instance.
Oracle9Builder - Class in org.apache.ddlutils.platform.oracle
SqlBuilder for Oracle9 platform.
Oracle9Builder(Platform) - Constructor for class org.apache.ddlutils.platform.oracle.Oracle9Builder
Creates a new builder instance.
Oracle9Platform - Class in org.apache.ddlutils.platform.oracle
The platform for Oracle 9.
Oracle9Platform() - Constructor for class org.apache.ddlutils.platform.oracle.Oracle9Platform
Creates a new platform instance.
ORACLE_JDBC_TYPES_CLASSNAME - Static variable in class org.apache.ddlutils.platform.oracle.Oracle10Platform
contains special JDBC Types in Oracle - not tested below version 10
org.apache.ddlutils - package org.apache.ddlutils
This package mainly contains the database platform abstraction, Platform and the factory to create instances for individual platforms, PlatformFactory.
org.apache.ddlutils.alteration - package org.apache.ddlutils.alteration
Contains the algorithm for comparing two database models and determining what needs to be changed to migrate one to the other.
org.apache.ddlutils.dynabean - package org.apache.ddlutils.dynabean
Provides the special DdlUtils implementations of DynaClass and DynaBean that directly map to tables in the database model.
org.apache.ddlutils.io - package org.apache.ddlutils.io
The org.apache.ddlutils.io package contains a classes for input and output of both the database schemas and data files.
org.apache.ddlutils.io.converters - package org.apache.ddlutils.io.converters
This package contains helper classes that convert between textual representations and values of the types that correspond to the JDBC type codes given by Types.
org.apache.ddlutils.model - package org.apache.ddlutils.model
This package contains the classes making up the database model.
org.apache.ddlutils.platform - package org.apache.ddlutils.platform
This package contains the platform implementations for the individual databases.
org.apache.ddlutils.platform.axion - package org.apache.ddlutils.platform.axion
This package contains the platform implementation for the Axion database.
org.apache.ddlutils.platform.cloudscape - package org.apache.ddlutils.platform.cloudscape
This package contains the platform implementation for the Cloudscape database.
org.apache.ddlutils.platform.db2 - package org.apache.ddlutils.platform.db2
This package contains the platform implementation for the DB2 UDB database.
org.apache.ddlutils.platform.derby - package org.apache.ddlutils.platform.derby
This package contains the platform implementation for the Apache Derby database.
org.apache.ddlutils.platform.firebird - package org.apache.ddlutils.platform.firebird
This package contains the platform implementation for the Firebird database.
org.apache.ddlutils.platform.gemfirexd - package org.apache.ddlutils.platform.gemfirexd
This package contains the platform implementation for the GemFire GemFireXD database.
org.apache.ddlutils.platform.hsqldb - package org.apache.ddlutils.platform.hsqldb
This package contains the platform implementation for the HSQLDB database.
org.apache.ddlutils.platform.interbase - package org.apache.ddlutils.platform.interbase
This package contains the platform implementation for the Interbase database.
org.apache.ddlutils.platform.maxdb - package org.apache.ddlutils.platform.maxdb
This package contains the platform implementation for the MaxDB database.
org.apache.ddlutils.platform.mckoi - package org.apache.ddlutils.platform.mckoi
This package contains the platform implementation for the Mckoi database.
org.apache.ddlutils.platform.mssql - package org.apache.ddlutils.platform.mssql
This package contains the platform implementation for the Sql Server database.
org.apache.ddlutils.platform.mysql - package org.apache.ddlutils.platform.mysql
This package contains the platform implementation for the MySQL database.
org.apache.ddlutils.platform.oracle - package org.apache.ddlutils.platform.oracle
This package contains the platform implementation for the Oracle database.
org.apache.ddlutils.platform.postgresql - package org.apache.ddlutils.platform.postgresql
This package contains the platform implementation for the PostgreSQL database.
org.apache.ddlutils.platform.sapdb - package org.apache.ddlutils.platform.sapdb
This package contains the platform implementation for the SAP DB database.
org.apache.ddlutils.platform.sybase - package org.apache.ddlutils.platform.sybase
This package contains the platform implementation for the Sybase ASE database.
org.apache.ddlutils.task - package org.apache.ddlutils.task
The org.apache.ddlutils.task package contains the Ant tasks provided by DdlUtils.
org.apache.ddlutils.util - package org.apache.ddlutils.util
The org.apache.ddlutils.util package contains utility classes of DdlUtils.
OTHER - Static variable in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
The enum value for other jdbc types.
OTHER - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.OTHER constant.
outputStream - Static variable in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 

P

PAGING - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
Pair - Class in org.apache.ddlutils.alteration
Represents a pair of objects.
Pair(Object, Object) - Constructor for class org.apache.ddlutils.alteration.Pair
Creates a pair object.
Parameter - Class in org.apache.ddlutils.task
Specifies a parameter for the creation of the database.
Parameter() - Constructor for class org.apache.ddlutils.task.Parameter
 
parseCommaSeparatedStringList(String) - Method in class org.apache.ddlutils.task.TaskHelper
Parses the given comma-separated string list.
ParseException - Exception in com.pivotal.gemfirexd.internal.impl.tools.ij
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception com.pivotal.gemfirexd.internal.impl.tools.ij.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception com.pivotal.gemfirexd.internal.impl.tools.ij.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception com.pivotal.gemfirexd.internal.impl.tools.ij.ParseException
Constructor with message.
PASSWORD - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
PASSWORD - Static variable in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
PATH_TOKEN - Static variable in class com.pivotal.gemfirexd.tools.internal.MiscTools
 
PEER - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
PERIOD - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
Platform - Interface in org.apache.ddlutils
A platform encapsulates the database-related functionality such as performing queries and manipulations.
PlatformConfiguration - Class in org.apache.ddlutils.task
Encloses the platform configuration for the Ant tasks.
PlatformConfiguration() - Constructor for class org.apache.ddlutils.task.PlatformConfiguration
 
PlatformFactory - Class in org.apache.ddlutils
A factory of Platform instances based on a case insensitive database name.
PlatformFactory() - Constructor for class org.apache.ddlutils.PlatformFactory
 
PlatformImplBase - Class in org.apache.ddlutils.platform
Base class for platform implementations.
PlatformImplBase() - Constructor for class org.apache.ddlutils.platform.PlatformImplBase
 
PlatformInfo - Class in org.apache.ddlutils
Conatains information about the database platform such as supported features and native type mappings.
PlatformInfo() - Constructor for class org.apache.ddlutils.PlatformInfo
Creates a new platform info object.
PlatformUtils - Class in org.apache.ddlutils
Utility functions for dealing with database platforms.
PlatformUtils() - Constructor for class org.apache.ddlutils.PlatformUtils
Creates a new instance.
PLUS_SIGN - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
PostgreSqlBuilder - Class in org.apache.ddlutils.platform.postgresql
The SQL Builder for PostgresSql.
PostgreSqlBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.postgresql.PostgreSqlBuilder
Creates a new builder instance.
PostgreSqlModelReader - Class in org.apache.ddlutils.platform.postgresql
Reads a database model from a PostgreSql database.
PostgreSqlModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.postgresql.PostgreSqlModelReader
Creates a new model reader for PostgreSql databases.
PostgreSqlPlatform - Class in org.apache.ddlutils.platform.postgresql
The platform implementation for PostgresSql.
PostgreSqlPlatform() - Constructor for class org.apache.ddlutils.platform.postgresql.PostgreSqlPlatform
Creates a new platform instance.
postprocessModelFromDatabase(Database) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Allows the platform to postprocess the model just read from the database.
postProcessOptions(List<String>, Map<String, Object>) - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
postProcessOptions(List<String>, Map<String, Object>) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
if heap-size is mentioned in the startup arguments and started within Sun JVM, following GC options are enabled by the script.
PREPARE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
PrettyPrintingXmlWriter - Class in org.apache.ddlutils.io
Helper class that writes XML data with or without pretty printing.
PrettyPrintingXmlWriter(OutputStream) - Constructor for class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Creates a xml writer instance using UTF-8 encoding.
PrettyPrintingXmlWriter(OutputStream, String) - Constructor for class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Creates a xml writer instance.
PrettyPrintingXmlWriter(Writer, String) - Constructor for class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Creates a xml writer instance using the specified writer.
prevCharIsCR - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
prevCharIsLF - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
PREVIOUS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
PrimaryKeyChange - Class in org.apache.ddlutils.alteration
Represents the change of the primary key of a table.
PrimaryKeyChange(String, String[]) - Constructor for class org.apache.ddlutils.alteration.PrimaryKeyChange
Creates a new change object.
print(String) - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints some text.
printCommandLine(String[], Map<String, String>) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
printCommandLine(LogWriterI18n) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
printComment(String) - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints an SQL comment to the current stream.
printDefaultValue(Object, int) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Prints the default value of the column.
printDefaultValue(Object, int) - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints the default value of the column.
printDiscoverySettings(Map<String, Object>, Properties) - Method in class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
 
printDiscoverySettings(Map<String, Object>, Properties) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
printEndOfStatement() - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints the end of statement text, which is typically a semi colon followed by a carriage return.
printHelp(String) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
printIdentifier(String) - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints the given identifier.
printIndent() - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints the characters used to indent SQL.
printLaunchCommand() - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
printLaunchCommand() - Method in class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
 
printLaunchCommand() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
println() - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints a newline.
println(String) - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints some text followed by a newline.
printlnIdentifier(String) - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints the given identifier followed by a newline.
printlnIfPrettyPrinting() - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Prints a newline if we're pretty-printing.
printProductDirectory() - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
printStacks(String, List<String>, boolean) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
printStartMessage(Map<String, Object>, Properties, int) - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
printStartMessage(Map<String, Object>, Properties, int) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
printStartOfEmbeddedStatement() - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints the start of an embedded statement.
printUsage() - Static method in class com.pivotal.gemfirexd.internal.iapi.tools.run
Print the usage statement if the user didn't enter a valid choice of tool.
printUsage(String, int, ConsoleReader) - Static method in class com.pivotal.gemfirexd.tools.GfxdUtilLauncher
 
printUsage(PrintWriter, int, String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdHelpFormatter
Print the cmdLineSyntax to the specified writer, using the specified width.
printUsage(PrintWriter, int, String, Options) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdHelpFormatter
Prints the usage statement for the specified application.
printUsage(String, int) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
printUsageExamples(GfxdHelpFormatter, StringPrintWriter, int, String, String) - Method in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
PROCEDURE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
PROCEDURES - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
processChange(Database, CreationParameters, RemoveColumnChange) - Method in class org.apache.ddlutils.platform.db2.Db2Platform
Processes a change representing the addition of a column.
processChange(Database, CreationParameters, RemovePrimaryKeyChange) - Method in class org.apache.ddlutils.platform.db2.Db2Platform
Processes the removal of a primary key from a table.
processChange(Database, CreationParameters, PrimaryKeyChange) - Method in class org.apache.ddlutils.platform.db2.Db2Platform
Processes the change of the primary key of a table.
processChange(Database, CreationParameters, AddColumnChange) - Method in class org.apache.ddlutils.platform.firebird.FirebirdPlatform
Processes the addition of a column to a table.
processChange(Database, CreationParameters, RemoveColumnChange) - Method in class org.apache.ddlutils.platform.firebird.FirebirdPlatform
Processes the removal of a column from a table.
processChange(Database, CreationParameters, AddColumnChange) - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbPlatform
Processes the addition of a column to a table.
processChange(Database, CreationParameters, RemoveColumnChange) - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbPlatform
Processes the removal of a column from a table.
processChange(Database, CreationParameters, AddColumnChange) - Method in class org.apache.ddlutils.platform.interbase.InterbasePlatform
Processes the addition of a column to a table.
processChange(Database, CreationParameters, RemoveColumnChange) - Method in class org.apache.ddlutils.platform.interbase.InterbasePlatform
Processes the removal of a column from a table.
processChange(Database, CreationParameters, RecreateTableChange) - Method in class org.apache.ddlutils.platform.mckoi.MckoiPlatform
Processes a change representing the recreation of a table.
processChange(Database, CreationParameters, RemoveColumnChange) - Method in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
Processes the removal of a column from a table.
processChange(Database, CreationParameters, RemovePrimaryKeyChange) - Method in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
Processes the removal of a primary key from a table.
processChange(Database, CreationParameters, ColumnDefinitionChange) - Method in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
Processes the change of the column of a table.
processChange(Database, CreationParameters, PrimaryKeyChange) - Method in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
Processes the change of the primary key of a table.
processChange(Database, CreationParameters, AddColumnChange) - Method in class org.apache.ddlutils.platform.mysql.MySqlPlatform
Processes the addition of a column to a table.
processChange(Database, CreationParameters, ColumnDefinitionChange) - Method in class org.apache.ddlutils.platform.mysql.MySqlPlatform
Processes the change of the column of a table.
processChange(Database, CreationParameters, RemoveColumnChange) - Method in class org.apache.ddlutils.platform.mysql.MySqlPlatform
Processes the removal of a column from a table.
processChange(Database, CreationParameters, RemovePrimaryKeyChange) - Method in class org.apache.ddlutils.platform.mysql.MySqlPlatform
Processes the removal of a primary key from a table.
processChange(Database, CreationParameters, PrimaryKeyChange) - Method in class org.apache.ddlutils.platform.mysql.MySqlPlatform
Processes the change of the primary key of a table.
processChange(Database, CreationParameters, RemoveColumnChange) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Platform
Processes the removal of a column from a table.
processChange(Database, CreationParameters, RemovePrimaryKeyChange) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Platform
Processes the removal of a primary key from a table.
processChange(Database, CreationParameters, PrimaryKeyChange) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Platform
Processes the change of the primary key of a table.
processChange(Database, CreationParameters, AddTableChange) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Processes a change representing the addition of a table.
processChange(Database, CreationParameters, RemoveTableChange) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Processes a change representing the removal of a table.
processChange(Database, CreationParameters, AddForeignKeyChange) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Processes a change representing the addition of a foreign key.
processChange(Database, CreationParameters, RemoveForeignKeyChange) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Processes a change representing the removal of a foreign key.
processChange(Database, CreationParameters, AddIndexChange) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Processes a change representing the addition of an index.
processChange(Database, CreationParameters, RemoveIndexChange) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Processes a change representing the removal of an index.
processChange(Database, CreationParameters, AddColumnChange) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Processes a change representing the addition of a column.
processChange(Database, CreationParameters, AddPrimaryKeyChange) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Processes a change representing the addition of a primary key.
processChange(Database, CreationParameters, RecreateTableChange) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Processes a change representing the recreation of a table.
processChange(Database, CreationParameters, RemoveColumnChange) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlPlatform
Processes the removal of a column from a table.
processChange(Database, CreationParameters, RemoveColumnChange) - Method in class org.apache.ddlutils.platform.sapdb.SapDbPlatform
Processes the removal of a column from a table.
processChange(Database, CreationParameters, RemovePrimaryKeyChange) - Method in class org.apache.ddlutils.platform.sapdb.SapDbPlatform
Processes the removal of a primary key from a table.
processChange(Database, CreationParameters, PrimaryKeyChange) - Method in class org.apache.ddlutils.platform.sapdb.SapDbPlatform
Processes the change of the primary key of a table.
processChange(Database, CreationParameters, ColumnDefinitionChange) - Method in class org.apache.ddlutils.platform.sapdb.SapDbPlatform
Processes the change of the column of a table.
processChange(Database, CreationParameters, RemoveColumnChange) - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Processes the removal of a column from a table.
processChange(Database, CreationParameters, RemovePrimaryKeyChange) - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Processes the removal of a primary key from a table.
processChange(Database, CreationParameters, ColumnDefinitionChange) - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Processes the change of a column definition..
processChanges(Database, Collection, CreationParameters) - Method in class org.apache.ddlutils.platform.mssql.MSSqlPlatform
Processes the given changes in the specified order.
processChanges(Database, Collection, CreationParameters) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Processes the given changes in the specified order.
processChanges(Database, Collection, CreationParameters) - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Processes the given changes in the specified order.
processedDefaultGCParams - Variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
processProperties(Properties, Map<String, Object>, String) - Static method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
processServerEnv(Properties) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
processStartArg(String, String, Map<String, Object>, List<String>, Properties) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
processStartOption(String, String, Map<String, Object>, List<String>, Map<String, String>, Properties) - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
processStartOption(String, String, Map<String, Object>, List<String>, Map<String, String>, Properties) - Method in class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
 
processStartOption(String, String, Map<String, Object>, List<String>, Map<String, String>, Properties) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
processUnknownStartOption(String, String, Map<String, Object>, List<String>, Properties) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
PROPERTIES - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
PROPERTIES - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
propertyChange(PropertyChangeEvent) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdPlugin
 
propFile() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
propFile - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
PROTOCOL - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.

Q

QNAME_ATTRIBUTE_AUTO_INCREMENT - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the autoIncrement attribute.
QNAME_ATTRIBUTE_DEFAULT - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the default attribute.
QNAME_ATTRIBUTE_DEFAULT_ID_METHOD - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the defaultIdMethod attribute.
QNAME_ATTRIBUTE_DESCRIPTION - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the description attribute.
QNAME_ATTRIBUTE_FOREIGN - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the foreign attribute.
QNAME_ATTRIBUTE_FOREIGN_TABLE - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the foreignTable attribute.
QNAME_ATTRIBUTE_JAVA_NAME - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the javaName attribute.
QNAME_ATTRIBUTE_LOCAL - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the local attribute.
QNAME_ATTRIBUTE_NAME - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the name attribute.
QNAME_ATTRIBUTE_ON_DELETE - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the onDelete attribute.
QNAME_ATTRIBUTE_ON_UPDATE - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the onUpdate attribute.
QNAME_ATTRIBUTE_PRIMARY_KEY - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the primaryKey attribute.
QNAME_ATTRIBUTE_REQUIRED - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the required attribute.
QNAME_ATTRIBUTE_SIZE - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the size attribute.
QNAME_ATTRIBUTE_TYPE - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the type attribute.
QNAME_ATTRIBUTE_VERSION - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the version attribute.
QNAME_ELEMENT_COLUMN - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the column element.
QNAME_ELEMENT_DATABASE - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the database element.
QNAME_ELEMENT_FOREIGN_KEY - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the foreign-key element.
QNAME_ELEMENT_INDEX - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the index element.
QNAME_ELEMENT_INDEX_COLUMN - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the index-column element.
QNAME_ELEMENT_REFERENCE - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the reference element.
QNAME_ELEMENT_TABLE - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the table element.
QNAME_ELEMENT_UNIQUE - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the unique element.
QNAME_ELEMENT_UNIQUE_COLUMN - Static variable in class org.apache.ddlutils.io.DatabaseIO
Qualified name of the unique-column element.
query(Database, String) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Performs the given SQL query returning an iterator over the results.
query(Database, String, Collection) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Performs the given parameterized SQL query returning an iterator over the results.
query(Database, String, Table[]) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Performs the given SQL query returning an iterator over the results.
query(Database, String, Collection, Table[]) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Performs the given parameterized SQL query returning an iterator over the results.
query(Database, String) - Method in interface org.apache.ddlutils.Platform
Performs the given SQL query returning an iterator over the results.
query(Database, String, Collection) - Method in interface org.apache.ddlutils.Platform
Performs the given parameterized SQL query returning an iterator over the results.
query(Database, String, Table[]) - Method in interface org.apache.ddlutils.Platform
Performs the given SQL query returning an iterator over the results.
query(Database, String, Collection, Table[]) - Method in interface org.apache.ddlutils.Platform
Performs the given parameterized SQL query returning an iterator over the results.
query(Database, String, Collection, Table[]) - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Performs the given parameterized SQL query returning an iterator over the results.
query(Database, String, Table[]) - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
Performs the given SQL query returning an iterator over the results.
queryClusterStatistics() - Method in class com.pivotal.gemfirexd.tools.gfxdtop.ClusterStatistics
 
QUIT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.

R

read(String) - Method in class org.apache.ddlutils.io.DatabaseIO
Reads the database model contained in the specified file.
read(File) - Method in class org.apache.ddlutils.io.DatabaseIO
Reads the database model contained in the specified file.
read(Reader) - Method in class org.apache.ddlutils.io.DatabaseIO
Reads the database model given by the reader.
read(InputSource) - Method in class org.apache.ddlutils.io.DatabaseIO
Reads the database model from the given input source.
read(String) - Method in class org.apache.ddlutils.io.DataReader
Reads the data contained in the specified file.
read(File) - Method in class org.apache.ddlutils.io.DataReader
Reads the data contained in the specified file.
read(Reader) - Method in class org.apache.ddlutils.io.DataReader
Reads the data given by the reader.
read(InputStream) - Method in class org.apache.ddlutils.io.DataReader
Reads the data given by the input stream.
read(InputSource) - Method in class org.apache.ddlutils.io.DataReader
Reads the data from the given input source.
readChar() - Method in interface com.pivotal.gemfirexd.internal.impl.tools.ij.CharStream
Returns the next character from the selected input.
readChar() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Read a character.
readChar() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
readColumn(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.db2.Db2ModelReader
Extracts a column definition from the result set.
readColumn(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.derby.DerbyModelReader
Extracts a column definition from the result set.
readColumn(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.firebird.FirebirdModelReader
Extracts a column definition from the result set.
readColumn(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbModelReader
Extracts a column definition from the result set.
readColumn(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Extracts a column definition from the result set.
readColumn(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.maxdb.MaxDbModelReader
Extracts a column definition from the result set.
readColumn(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.mckoi.MckoiModelReader
Extracts a column definition from the result set.
readColumn(ResultSet) - Method in class org.apache.ddlutils.platform.MetaDataColumnDescriptor
Reads the column from the result set.
readColumn(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.mssql.MSSqlModelReader
Extracts a column definition from the result set.
readColumn(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.mysql.MySql50ModelReader
Extracts a column definition from the result set.
readColumn(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.mysql.MySqlModelReader
Extracts a column definition from the result set.
readColumn(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.oracle.Oracle8ModelReader
Extracts a column definition from the result set.
readColumn(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlModelReader
Extracts a column definition from the result set.
readColumn(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.sapdb.SapDbModelReader
Extracts a column definition from the result set.
readColumn(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.sybase.SybaseModelReader
Extracts a column definition from the result set.
readColumns(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.firebird.FirebirdModelReader
Reads the column definitions for the indicated table.
readColumns(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.interbase.InterbaseModelReader
Reads the column definitions for the indicated table.
readColumns(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Reads the column definitions for the indicated table.
readColumns(ResultSet, List) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Reads the indicated columns from the result set.
readForeignKey(DatabaseMetaDataWrapper, Map, Map) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Reads the next foreign key spec from the result set.
readForeignKeys(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.axion.AxionModelReader
Retrieves the foreign keys of the indicated table.
readForeignKeys(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.firebird.FirebirdModelReader
Retrieves the foreign keys of the indicated table.
readForeignKeys(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.interbase.InterbaseModelReader
Retrieves the foreign keys of the indicated table.
readForeignKeys(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Retrieves the foreign keys of the indicated table.
readForeignKeys(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.sybase.SybaseModelReader
Retrieves the foreign keys of the indicated table.
readIndex(DatabaseMetaDataWrapper, Map, Map) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Reads the next index spec from the result set.
readIndex(DatabaseMetaDataWrapper, Map, Map) - Method in class org.apache.ddlutils.platform.sybase.SybaseModelReader
Reads the next index spec from the result set.
readIndices(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.firebird.FirebirdModelReader
Determines the indices for the indicated table.
readIndices(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Determines the indices for the indicated table.
readIndices(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.oracle.Oracle8ModelReader
Determines the indices for the indicated table.
readModel() - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Reads the database model on which the commands will work.
readModel() - Method in class org.apache.ddlutils.task.DatabaseToDdlTask
Reads the database model on which the commands will work.
readModel() - Method in class org.apache.ddlutils.task.DdlToDatabaseTask
Reads the database model on which the commands will work.
readModel() - Method in class org.apache.ddlutils.task.ReplayFailedDMLsTask
 
readModelFromDatabase(String) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Reads the database model from the live database as specified by the data source set for this platform.
readModelFromDatabase(Connection, String) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Reads the database model from the live database to which the given connection is pointing.
readModelFromDatabase(String, String, String, String[]) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Reads the database model from the live database as specified by the data source set for this platform.
readModelFromDatabase(Connection, String, String, String, String[]) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Reads the database model from the live database to which the given connection is pointing.
readModelFromDatabase(String) - Method in interface org.apache.ddlutils.Platform
Reads the database model from the live database as specified by the data source set for this platform.
readModelFromDatabase(String, String, String, String[]) - Method in interface org.apache.ddlutils.Platform
Reads the database model from the live database as specified by the data source set for this platform.
readModelFromDatabase(Connection, String) - Method in interface org.apache.ddlutils.Platform
Reads the database model from the live database to which the given connection is pointing.
readModelFromDatabase(Connection, String, String, String, String[]) - Method in interface org.apache.ddlutils.Platform
Reads the database model from the live database to which the given connection is pointing.
READONLY - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
readPassword(Map<String, String>) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
readPrimaryKeyName(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Extracts a primary key name from the result set.
readPrimaryKeyNames(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.axion.AxionModelReader
Retrieves the names of the columns that make up the primary key for a given table.
readPrimaryKeyNames(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.firebird.FirebirdModelReader
Retrieves the names of the columns that make up the primary key for a given table.
readPrimaryKeyNames(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.interbase.InterbaseModelReader
Retrieves the names of the columns that make up the primary key for a given table.
readPrimaryKeyNames(DatabaseMetaDataWrapper, String) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Retrieves the names of the columns that make up the primary key for a given table.
readTable(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.db2.Db2ModelReader
Reads the next table from the meta data.
readTable(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.firebird.FirebirdModelReader
Reads the next table from the meta data.
readTable(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbModelReader
Reads the next table from the meta data.
readTable(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.interbase.InterbaseModelReader
Reads the next table from the meta data.
readTable(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Reads the next table from the meta data.
readTable(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.mckoi.MckoiModelReader
Reads the next table from the meta data.
readTable(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.mssql.MSSqlModelReader
Reads the next table from the meta data.
readTable(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.mysql.MySqlModelReader
Reads the next table from the meta data.
readTable(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.oracle.Oracle10ModelReader
Reads the next table from the meta data.
readTable(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.oracle.Oracle8ModelReader
Reads the next table from the meta data.
readTable(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlModelReader
Reads the next table from the meta data.
readTable(DatabaseMetaDataWrapper, Map) - Method in class org.apache.ddlutils.platform.sybase.SybaseModelReader
Reads the next table from the meta data.
readTables(String, String, String[]) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Reads the tables from the database metadata.
REAL - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.REAL constant.
recreateColumn(Table, Column, Column) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Writes the SQL to recreate a column, e.g.
recreateColumn(Table, Column) - Method in class org.apache.ddlutils.platform.mysql.MySqlBuilder
Writes the SQL to recreate a column, e.g.
RecreateTableChange - Class in org.apache.ddlutils.alteration
Represents the recreation of a table, i.e.
RecreateTableChange(String, Table, List) - Constructor for class org.apache.ddlutils.alteration.RecreateTableChange
Creates a new change object for recreating a table.
redirectOutputToLogFile(InternalDistributedSystem) - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
REF - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.REF constant.
Reference - Class in org.apache.ddlutils.model
Represents a reference between a column in the local table and a column in another table.
Reference() - Constructor for class org.apache.ddlutils.model.Reference
Creates a new, empty reference.
Reference(Column, Column) - Constructor for class org.apache.ddlutils.model.Reference
Creates a new reference between the two given columns.
registerConverter(int, SqlTypeConverter) - Method in class org.apache.ddlutils.io.ConverterConfiguration
Registers the given type converter for an sql type.
registerConverter(String, String, SqlTypeConverter) - Method in class org.apache.ddlutils.io.ConverterConfiguration
Registers the given type converter for the specified column.
registerConverter(DataConverterRegistration) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Registers a converter.
registerJdbcType(int, String, JdbcTypeCategoryEnum) - Static method in class org.apache.ddlutils.model.TypeMap
Registers a jdbc type.
registerPlatform(String, Class) - Static method in class org.apache.ddlutils.PlatformFactory
Registers a new platform.
ReInit(CharStream) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenManager
Reinitialise parser.
ReInit(CharStream, int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenManager
Reinitialise parser.
ReInit(InputStream) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Reinitialise.
ReInit(InputStream, String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Reinitialise.
ReInit(Reader) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Reinitialise.
ReInit(mtGrammarTokenManager) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Reinitialise.
ReInit(SimpleCharStream) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Reinitialise.
ReInit(LocalizedInput) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.StatementFinder
Reinit is used to redirect the finder to another stream.
ReInit(Reader, int, int, int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
ReInit(Reader, int, int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
ReInit(InputStream, int, int, int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
ReInit(InputStream, int, int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
reinstateAutoIncrement(String, String, StringBuilder) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.DB_Table
 
RELATIVE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
REMOVE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
remove() - Method in class org.apache.ddlutils.platform.ModelBasedResultSetIterator
removeAllColumns() - Method in class org.apache.ddlutils.model.Table
Removes all columns of this table.
removeAllForeignKeys() - Method in class org.apache.ddlutils.model.Table
Removes all foreign keys.
removeAllTablesExcept(Table[]) - Method in class org.apache.ddlutils.model.Database
Removes all but the given tables.
removeColumn(IndexColumn) - Method in interface org.apache.ddlutils.model.Index
Removes the given index column from this index.
removeColumn(int) - Method in interface org.apache.ddlutils.model.Index
Removes the column at the specified position in this index.
removeColumn(IndexColumn) - Method in class org.apache.ddlutils.model.IndexImplBase
Removes the given index column from this index.
removeColumn(int) - Method in class org.apache.ddlutils.model.IndexImplBase
Removes the column at the specified position in this index.
removeColumn(Column) - Method in class org.apache.ddlutils.model.Table
Removes the given column.
removeColumn(int) - Method in class org.apache.ddlutils.model.Table
Removes the indicated column.
RemoveColumnChange - Class in org.apache.ddlutils.alteration
Represents the removal of a column from a table.
RemoveColumnChange(String, String) - Constructor for class org.apache.ddlutils.alteration.RemoveColumnChange
Creates a new change object.
removedCommands - Static variable in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
Commands from SystemAdmin that are not used in GemFireXD and have been removed.
removeForeignKey(ForeignKey) - Method in class org.apache.ddlutils.model.Table
Removes the given foreign key.
removeForeignKey(int) - Method in class org.apache.ddlutils.model.Table
Removes the indicated foreign key.
RemoveForeignKeyChange - Class in org.apache.ddlutils.alteration
Represents the removal of a foreign key from a table.
RemoveForeignKeyChange(String, ForeignKey) - Constructor for class org.apache.ddlutils.alteration.RemoveForeignKeyChange
Creates a new change object.
removeForeignKeysToAndFromTables(Database, Table[]) - Method in class org.apache.ddlutils.model.ModelHelper
Removes all foreign keys from the tables in the list to tables outside of the list, or from tables outside of the list to tables in the list.
removeIndex(Index) - Method in class org.apache.ddlutils.model.Table
Removes the given index.
removeIndex(int) - Method in class org.apache.ddlutils.model.Table
Removes the indicated index.
RemoveIndexChange - Class in org.apache.ddlutils.alteration
Represents the removal of an index from a table.
RemoveIndexChange(String, Index) - Constructor for class org.apache.ddlutils.alteration.RemoveIndexChange
Creates a new change object.
removeInternalForeignKeyIndex(DatabaseMetaDataWrapper, Table, ForeignKey) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Tries to remove the internal index for the given foreign key.
removeInternalPrimaryKeyIndex(DatabaseMetaDataWrapper, Table) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Tries to remove the internal index for the table's primary key.
removeNewlines(String) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
removePendingFK(Identity) - Method in class org.apache.ddlutils.io.WaitingObject
Removes the specified identity from list of identities of the waited-for objects.
RemovePrimaryKeyChange - Class in org.apache.ddlutils.alteration
Represents the removal of the primary key from a table.
RemovePrimaryKeyChange(String) - Constructor for class org.apache.ddlutils.alteration.RemovePrimaryKeyChange
Creates a new change object.
removeReference(Reference) - Method in class org.apache.ddlutils.model.ForeignKey
Removes the given reference.
removeReference(int) - Method in class org.apache.ddlutils.model.ForeignKey
Removes the indicated reference.
removeSystemIndices(DatabaseMetaDataWrapper, Table) - Method in class org.apache.ddlutils.platform.axion.AxionModelReader
Removes system indices (generated by the database for primary and foreign keys) from the table.
removeSystemIndices(DatabaseMetaDataWrapper, Table) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Removes system indices (generated by the database for primary and foreign keys) from the table.
removeTable(Table) - Method in class org.apache.ddlutils.model.Database
Removes the given table.
removeTable(int) - Method in class org.apache.ddlutils.model.Database
Removes the indicated table.
RemoveTableChange - Class in org.apache.ddlutils.alteration
Represents the removal of a table from a model.
RemoveTableChange(String) - Constructor for class org.apache.ddlutils.alteration.RemoveTableChange
Creates a new change object.
removeTables(Table[]) - Method in class org.apache.ddlutils.model.Database
Removes the given tables.
renderOptions(StringBuffer, int, Options, int, int) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdHelpFormatter
Render the specified Options and return the rendered Options in a StringBuffer.
ReplayFailedDMLsCommand - Class in org.apache.ddlutils.task
Command to replay failed events
ReplayFailedDMLsCommand() - Constructor for class org.apache.ddlutils.task.ReplayFailedDMLsCommand
 
ReplayFailedDMLsTask - Class in org.apache.ddlutils.task
Task to replay failed dmls
ReplayFailedDMLsTask() - Constructor for class org.apache.ddlutils.task.ReplayFailedDMLsTask
 
report(String) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
reportMessage(String) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
reportMessage(String, String) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
reportMessage(String, String[]) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
reportString(String) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
RESET - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
resetDynaClassCache() - Method in class org.apache.ddlutils.model.Database
Resets the dyna class cache.
resolveEntity(String, String) - Method in class org.apache.ddlutils.io.LocalEntityResolver
RESOURCE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
RESTART - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
RESTRICT - Static variable in class org.apache.ddlutils.model.CascadeActionEnum
The enum value for a cascade action which directs the database to restrict the change changes to the referenced column.
returnConnection(Connection) - Method in interface org.apache.ddlutils.Platform
Closes the given JDBC connection (returns it back to the pool if the datasource is poolable).
returnConnection(Connection) - Method in class org.apache.ddlutils.util.JdbcSupport
Closes the given JDBC connection (returns it back to the pool if the datasource is poolable).
RIGHT_PAREN - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
ROLES - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
ROLLBACK - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
run - Class in com.pivotal.gemfirexd.internal.iapi.tools
The run class facilitates running the various Derby utilities with the java -jar command.
RUN - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
run() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTester
Run until killed or until there is a problem.
run() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
 
run() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.utilMain
 
run(String[]) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
Main method that parses the command line and performs an will start, stop, or get the status of a fabric server.
RUN_NETSERVER - Static variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
runMe(LocalizedOutput, LocalizedOutput, BufferedInputStream) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
Run the test case.
runScript(Connection, InputStream, String, OutputStream, String) - Static method in class com.pivotal.gemfirexd.internal.tools.ij
Run a SQL script from an InputStream and write the resulting output to the provided PrintStream.
runTime() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
RUNTIME - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.

S

SapDbBuilder - Class in org.apache.ddlutils.platform.sapdb
The SQL Builder for SapDB.
SapDbBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.sapdb.SapDbBuilder
Creates a new builder instance.
SapDbModelReader - Class in org.apache.ddlutils.platform.sapdb
Reads a database model from a SapDb database.
SapDbModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.sapdb.SapDbModelReader
Creates a new model reader for SapDb databases.
SapDbPlatform - Class in org.apache.ddlutils.platform.sapdb
The SapDB platform implementation.
SapDbPlatform() - Constructor for class org.apache.ddlutils.platform.sapdb.SapDbPlatform
Creates a new platform instance.
SAVEPOINT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
SCHEMAS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
scriptFile() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
scriptName() - Method in class com.pivotal.gemfirexd.tools.GfxdUtilLauncher
This method should be overridden if the name of the script is different.
SCROLL - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
seconds - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTime
 
SENSITIVE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
serialize(Object) - Method in class org.apache.ddlutils.io.BinaryObjectsHelper
Serializes the given object to a byte array representation.
SERVER - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
SET - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
SET_DEFAULT - Static variable in class org.apache.ddlutils.model.CascadeActionEnum
The enum value for a cascade action which directs the database to set the local columns referenced by the foreign key to the default value when the referenced row changes/is deleted.
SET_NULL - Static variable in class org.apache.ddlutils.model.CascadeActionEnum
The enum value for a cascade action which directs the database to set the local columns referenced by the foreign key to null when the referenced row changes/is deleted.
setAddIdentityUsingAlterTable(boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
setAddIdentityUsingAlterTable(boolean) - Method in interface org.apache.ddlutils.Platform
setAddIdentityUsingAlterTable(boolean) - Method in class org.apache.ddlutils.task.DatabaseCommand
setAlias(String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.HostsAndAgents
 
setAlterDatabase(boolean) - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Specifies whether DdlUtils shall generate SQL to alter an existing database rather than SQL for clearing it and creating it new.
setAlterDatabase(boolean) - Method in class org.apache.ddlutils.task.WriteSchemaToDatabaseCommand
Specifies whether DdlUtils shall alter an existing database rather than clearing it and creating it new.
setAlterTableForDropUsed(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether an ALTER TABLE statement shall be used for dropping indices or constraints.
setAutoCommitModeForLastIdentityValueReading(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Determines whether auto-commit mode for the reading of the values of identity columns after insertion shall be used, i.e.
setAutoIncrement(boolean) - Method in class org.apache.ddlutils.model.Column
Specifies whether this column is an auto-increment column.
setAutoIndexPresent(boolean) - Method in class org.apache.ddlutils.model.ForeignKey
Specifies whether this foreign key has an auto-generated associated index.
setBasePrompt(String) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.utilMain
 
setBatchSize(Integer) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Sets the batch size to be used by this object.
setBatchSize(int) - Method in class org.apache.ddlutils.io.DataToDatabaseSink
Sets the (maximum) number of beans to insert in one batch.
setBatchSize(int) - Method in class org.apache.ddlutils.task.WriteDataToDatabaseCommand
The maximum number of insert statements to combine in one batch.
setBindTime(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setCanDropPrimaryKeyColumns(boolean) - Method in class org.apache.ddlutils.alteration.ModelComparator
Specifies whether the RemoveColumnChange are fine even for primary key columns.
setCaseSensitive(boolean) - Method in class org.apache.ddlutils.io.DataReader
Specifies whether this rules object shall match case sensitively.
setCatalog(String) - Method in class org.apache.ddlutils.model.Table
Sets the catalog of this table.
setCatalog(String) - Method in class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
Sets the catalog in the database to read.
setCatalogPattern(String) - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Specifies a pattern that defines which database catalogs to use.
setCatalogPattern(String) - Method in class org.apache.ddlutils.task.DumpMetadataTask
Sets the catalog pattern used when accessing the database.
setCatalogPattern(String) - Method in class org.apache.ddlutils.task.PlatformConfiguration
Sets the catalog pattern.
setCatalogPattern(String) - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Specifies a pattern that defines which database catalogs to use.
setClassName(String) - Method in class org.apache.ddlutils.io.DataConverterRegistration
Sets the converter class.
setColumn(String) - Method in class org.apache.ddlutils.io.DataConverterRegistration
Sets the column for which this converter is defined.
setColumn(Column) - Method in class org.apache.ddlutils.model.IndexColumn
Sets the indexed column.
setColumnPattern(String) - Method in class org.apache.ddlutils.task.DumpMetadataTask
Specifies the columns to be processed.
setColumnValue(String, Object) - Method in class org.apache.ddlutils.io.Identity
Specifies the value of the indicated identity columns.
setCommentPrefix(String) - Method in class org.apache.ddlutils.PlatformInfo
Sets the text that starts a comment.
setCommentSuffix(String) - Method in class org.apache.ddlutils.PlatformInfo
Sets the text that ends a comment.
setCommonReadTaskOptions(DatabaseToDdlTask, GfxdDdlUtils.TaskOptions) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
setCommonTaskOptions(DatabaseTaskBase, GfxdDdlUtils.TaskOptions) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdDdlUtils
 
setDatabaseType(String) - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Specifies the database type.
setDatabaseType(String) - Method in class org.apache.ddlutils.task.PlatformConfiguration
Sets the database type.
setDatabaseType(String) - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Specifies the database type.
setDataFile(File) - Method in class org.apache.ddlutils.task.WriteDataToDatabaseCommand
Specifies the name of the single XML file that contains the data to insert into the database.
setDataSource(DataSource) - Method in interface org.apache.ddlutils.Platform
Sets the data source that this platform shall use to access the database.
setDataSource(BasicDataSource) - Method in class org.apache.ddlutils.task.PlatformConfiguration
Sets the data source to use for accessing the database.
setDataSource(DataSource) - Method in class org.apache.ddlutils.util.JdbcSupport
Sets the DataSource used for communicating with the database.
setDDLExportSupported(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Set the flag for isDDLExportSupported().
setDebugStream(PrintStream) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarTokenManager
Set debug output.
setDefaultCatalogPattern(String) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Sets the catalog(s) in the database to read per default.
setDefaultColumnPattern(String) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Sets the default pattern to read the relevant columns from the database.
setDefaultHeapSize() - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
setDefaultHeapSize() - Method in class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
 
setDefaultHeapSize() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
setDefaultNamespace(String) - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Sets the default namespace.
setDefaultOnDeleteAction(CascadeActionEnum) - Method in class org.apache.ddlutils.PlatformInfo
Sets the default ON DELETE action that is used if none is specified.
setDefaultOnDeleteActionUsedIfUnsupported(boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Specifies whether the default action for ON DELETE shall be used if the specified one is not supported by the platform.
setDefaultOnDeleteActionUsedIfUnsupported(boolean) - Method in interface org.apache.ddlutils.Platform
Specifies whether the default action for ON DELETE shall be used if the specified one is not supported by the platform.
setDefaultOnUpdateAction(CascadeActionEnum) - Method in class org.apache.ddlutils.PlatformInfo
Sets the default ON UPDATE action that is used if none is specified.
setDefaultOnUpdateActionUsedIfUnsupported(boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Specifies whether the default action for ON UPDATE shall be used if the specified one is not supported by the platform.
setDefaultOnUpdateActionUsedIfUnsupported(boolean) - Method in interface org.apache.ddlutils.Platform
Specifies whether the default action for ON UPDATE shall be used if the specified one is not supported by the platform.
setDefaultSchemaPattern(String) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Sets the schema(s) in the database to read per default.
setDefaultSize(int, int) - Method in class org.apache.ddlutils.PlatformInfo
Adds a default size for the given jdbc type.
setDefaultSize(String, int) - Method in class org.apache.ddlutils.PlatformInfo
Adds a default size for the given jdbc type.
setDefaultTablePattern(String) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Sets the default pattern to read the relevant tables from the database.
setDefaultTableTypes(String[]) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Sets the table types to recognize per default.
setDefaultValue(String) - Method in class org.apache.ddlutils.model.Column
Sets the default value of the column.
setDefaultValuesForLongTypesSupported(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether default values can be specified for LONGVARCHAR/LONGVARBINARY columns.
setDefaultValueUsedForIdentitySpec(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether the auto-increment specification uses the DEFAULT value of the column definition.
setDelimitedIdentifierModeOn(boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Specifies whether delimited identifiers are used or normal SQL92 identifiers.
setDelimitedIdentifierModeOn(boolean) - Method in interface org.apache.ddlutils.Platform
Specifies whether delimited identifiers are used or normal SQL92 identifiers.
setDelimitedIdentifiersSupported(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether delimited identifiers are supported.
setDelimiterToken(String) - Method in class org.apache.ddlutils.PlatformInfo
Sets the text that is used to delimit identifiers (eg.
setDescription(String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
setDescription(String) - Method in class org.apache.ddlutils.model.Column
Sets the description of the column.
setDescription(String) - Method in class org.apache.ddlutils.model.Table
Sets the description of the table.
setDetermineSchema(boolean) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Deprecated.
Will be removed once proper schema support is in place
setDetermineSchema(boolean) - Method in class org.apache.ddlutils.task.WriteDataToFileCommand
Deprecated.
Will be removed once proper schema support is in place
setDoDrops(boolean) - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Specifies whether SQL for dropping tables, external constraints, etc.
setDoDrops(boolean) - Method in class org.apache.ddlutils.task.WriteSchemaToDatabaseCommand
Specifies whether tables, external constraints, etc.
setDumpProcedures(boolean) - Method in class org.apache.ddlutils.task.DumpMetadataTask
Specifies whether procedures shall be read from the database.
setDumpTables(boolean) - Method in class org.apache.ddlutils.task.DumpMetadataTask
Specifies whether tables shall be read from the database.
setEmbeddedForeignKeysNamed(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether embedded foreign key constraints should be named.
setEncoding(String) - Method in class org.apache.ddlutils.task.WriteDataToFileCommand
Specifies the encoding of the XML file.
setEnsureFKOrder(boolean) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Specifies whether the sink shall delay the insertion of beans so that the beans referenced by it via foreignkeys are already inserted into the database.
Note that you should careful with setting haltOnErrors to false as this might result in beans not inserted at all.
setEnsureForeignKeyOrder(boolean) - Method in class org.apache.ddlutils.io.DataToDatabaseSink
Specifies whether the sink shall delay the insertion of beans so that the beans referenced by it via foreignkeys are already inserted into the database.
Note that you should careful with setting haltOnErrors to false as this might result in beans not inserted at all.
setEnsureForeignKeyOrder(boolean) - Method in class org.apache.ddlutils.task.WriteDataToDatabaseCommand
Specifies whether the foreign key order shall be honored when inserting data into the database.
setErrorFileName(String) - Method in class org.apache.ddlutils.task.ReplayFailedDMLsCommand
 
setExcludeTableFilter(String) - Method in class org.apache.ddlutils.task.DatabaseToDdlTask
Sets the regular expression matching the names of the tables that shall be ignored.
setExcludeTables(String) - Method in class org.apache.ddlutils.task.DatabaseToDdlTask
Sets the names of the tables that shall be ignored, as a comma-separated list.
setExecutionTime(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setExportAll(boolean) - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
setExportDDLs(boolean) - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
setFailOnError(boolean) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Specifies whether data io shall be stopped when an error happens.
setFailOnError(boolean) - Method in class org.apache.ddlutils.task.Command
Specifies whether the execution shall stop if an error has occurred during the task runs.
setFile(String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
setForeignColumn(Column) - Method in class org.apache.ddlutils.model.Reference
Sets the foreign column.
setForeignColumnName(String) - Method in class org.apache.ddlutils.model.Reference
Sets the name of the remote column.
setForeignKeysEmbedded(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether foreign key constraints are embedded in the create table clause or as seperate alter table statements.
setForeignKeysSorted(boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Specifies whether foreign keys read from a live database, shall be alphabetically sorted.
setForeignKeysSorted(boolean) - Method in interface org.apache.ddlutils.Platform
Specifies whether foreign keys read from a live database, shall be alphabetically sorted.
setForeignTable(Table) - Method in class org.apache.ddlutils.model.ForeignKey
Sets the foreign table.
setForeignTableName(String) - Method in class org.apache.ddlutils.model.ForeignKey
Sets the name of the foreign table.
setGeneratePrimaryKeyChanges(boolean) - Method in class org.apache.ddlutils.alteration.ModelComparator
Specifies whether the comparator should generate PrimaryKeyChange objects or a pair of RemovePrimaryKeyChange and AddPrimaryKeyChange objects instead.
setGenerateTime(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setHaltOnErrors(boolean) - Method in class org.apache.ddlutils.io.DataToDatabaseSink
Specifies whether this sink halts when an error happens during the insertion of a bean into the database.
setHasNullDefault(int, boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether the native type for the given sql type code (one of the Types constants) has a null default value on this platform.
setHasPrecisionAndScale(int, boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether the native type for the given sql type code (one of the Types constants) has precision and scale specifications on this platform.
setHasSize(int, boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether the native type for the given sql type code (one of the Types constants) has a size specification on this platform.
setIdentityColumnAutomaticallyRequired(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether the database will make a primary key column automatically required.
setIdentityOverrideAllowed(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether the platform is allows the explicit specification of values for identity columns in INSERT/UPDATE statements.
setIdentityOverrideOn(boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Specifies whether SQL insert statements can specify values for identity columns.
setIdentityOverrideOn(boolean) - Method in interface org.apache.ddlutils.Platform
Specifies whether SQL insert statements can specify values for identity columns.
setIdentityStatusReadingSupported(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether the platform is able to read the auto-increment status for columns from an existing database.
setIdentityValueReadableInBatchUsingStatement(boolean) - Method in class org.apache.ddlutils.PlatformInfo
 
setIdentityValueReadableUsingStatement(boolean) - Method in class org.apache.ddlutils.PlatformInfo
 
setIdMethod(String) - Method in class org.apache.ddlutils.model.Database
Sets the method for generating primary key values.
setIgnoreErrors(Hashtable) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
setImproperHostsSpecified(String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.HostsAndAgents
 
setIncludeTableFilter(String) - Method in class org.apache.ddlutils.task.DatabaseToDdlTask
Sets the regular expression matching the names of the tables that shall be read.
setIncludeTables(String) - Method in class org.apache.ddlutils.task.DatabaseToDdlTask
Sets the names of the tables that shall be read, as a comma-separated list.
setIndent(String) - Method in class org.apache.ddlutils.platform.SqlBuilder
Sets the string used to indent the SQL.
setIndicesEmbedded(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether indices are embedded in the create table clause or as seperate alter table statements.
setIndicesSupported(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether indices are supported.
setInputDir(String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
setIsolationLevel(int) - Method in interface org.apache.ddlutils.Platform
Set the transaction isolation level to use for all DB operations.
setIsolationLevel(int) - Method in class org.apache.ddlutils.task.DatabaseCommand
Set the transaction isolation level to use for all DB operations.
setIsolationLevel(int) - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Set the transaction isolation level to use for all DB operations.
setIsolationLevel(int) - Method in class org.apache.ddlutils.util.JdbcSupport
 
setJavaName(String) - Method in class org.apache.ddlutils.model.Column
Sets the java name of the column.
setJdbcType(String) - Method in class org.apache.ddlutils.io.DataConverterRegistration
Sets the jdbc type.
setLastIdentityValueReadable(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether the values of identity columns can be read back from the database after insertion of a row.
setLocalColumn(Column) - Method in class org.apache.ddlutils.model.Reference
Sets the local column.
setLocalColumnName(String) - Method in class org.apache.ddlutils.model.Reference
Sets the name of the local column.
setMaxColumnNameLength(int) - Method in class org.apache.ddlutils.PlatformInfo
Sets the maximum length of column names that this database allows.
setMaxConstraintNameLength(int) - Method in class org.apache.ddlutils.PlatformInfo
Sets the maximum length of constraint names that this database allows.
setMaxDisplayWidth(int) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
setMaxDisplayWidth(String, int) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
setMaxForeignKeyNameLength(int) - Method in class org.apache.ddlutils.PlatformInfo
Sets the maximum length of foreign key names that this database allows.
setMaxIdentifierLength(int) - Method in class org.apache.ddlutils.PlatformInfo
Sets the maximum length of all identifiers that this database allows.
setMaxLineWidth(int, boolean) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
setMaxTableNameLength(int) - Method in class org.apache.ddlutils.PlatformInfo
Sets the maximum length of table names that this database allows.
setMBeanServerConnection(MBeanServerConnection) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdTop
 
setMbs(MBeanServerConnection) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.ClusterStatistics
 
setMetaData(DatabaseMetaData) - Method in class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
Sets the database meta data.
setMixingIdentityAndNormalPrimaryKeyColumnsSupported(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether primary key can contain identity and non-identity columns at the same time.
setModel(Database) - Method in class org.apache.ddlutils.io.DataReader
Sets the database model.
setModelName(String) - Method in class org.apache.ddlutils.task.DatabaseToDdlTask
Specifies the name of the model that is read from the database.
setModelReader(JdbcModelReader) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Sets the model reader for this platform.
setMultipleIdentityColumnsSupported(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether multiple columns in the same table can be auto-incrementing (IDENTITY columns).
setName(String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.AttributeHolder
 
setName(String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
setName(String) - Method in class org.apache.ddlutils.model.Column
Sets the name of the column.
setName(String) - Method in class org.apache.ddlutils.model.Database
Sets the name of this database model.
setName(String) - Method in class org.apache.ddlutils.model.ForeignKey
Sets the name of this foreign key.
setName(String) - Method in interface org.apache.ddlutils.model.Index
Sets the name of the index.
setName(String) - Method in class org.apache.ddlutils.model.IndexColumn
Sets the name of the column.
setName(String) - Method in class org.apache.ddlutils.model.IndexImplBase
Sets the name of the index.
setName(String) - Method in class org.apache.ddlutils.model.Table
Sets the name of the table.
setName(String) - Method in class org.apache.ddlutils.task.Parameter
Specifies the name of the parameter.
setNoAliasSpecified() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.HostsAndAgents
 
setNonPrimaryKeyIdentityColumnsSupported(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether non-primary key columns can be auto-incrementing (IDENTITY columns).
setNullAsDefaultValueRequired(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether a NULL needs to be explicitly stated when the column has no specified default value.
setNumExecution(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setNumExecutionsInProgress(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setNumRowsModified(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setNumTimesCompiled(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setNumTimesGlobalIndexLookup(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setObject(PreparedStatement, int, DynaBean, SqlDynaProperty) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Sets a parameter of the prepared statement based on the type of the column of the property.
setObject(PreparedStatement, int, DynaBean, SqlDynaProperty) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlPlatform
Sets a parameter of the prepared statement based on the type of the column of the property.
setOnDelete(CascadeActionEnum) - Method in class org.apache.ddlutils.model.ForeignKey
Sets the action for this foreignkey for when the referenced row is deleted.
setOnUpdate(CascadeActionEnum) - Method in class org.apache.ddlutils.model.ForeignKey
Sets the action for this foreignkey for when the referenced row is changed.
setOptimizeTime(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setOrdinalPosition(int) - Method in class org.apache.ddlutils.model.IndexColumn
Sets the position within the owning index.
setOutputEncoding(String) - Method in class org.apache.ddlutils.task.DumpMetadataTask
Specifies the encoding of the output file.
setOutputFile(File) - Method in class org.apache.ddlutils.task.DumpMetadataTask
Specifies the output file to which the database metadata is written to.
setOutputFile(File) - Method in class org.apache.ddlutils.task.WriteDataToFileCommand
Specifies the file to write the data XML to.
setOutputFile(File) - Method in class org.apache.ddlutils.task.WriteDtdToFileCommand
Specifies the name of the file to write the DTD to.
setOutputFile(File) - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Specifies the name of the file to write the SQL commands to.
setOutputFile(File) - Method in class org.apache.ddlutils.task.WriteSchemaToFileCommand
Specifies the name of the file to write the schema XML to.
setPaging(boolean) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
setParseTime(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setPassword(String) - Method in interface org.apache.ddlutils.Platform
Sets the password that this platform shall use to access the database.
setPassword(String) - Method in class org.apache.ddlutils.util.JdbcSupport
Sets the password to be used to access the database.
setPlatformConfiguration(PlatformConfiguration) - Method in class org.apache.ddlutils.task.DatabaseCommand
Sets the platform configuration.
setPlatformConfiguration(PlatformConfiguration) - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Sets the platform configuration.
setPlatforms(String) - Method in class org.apache.ddlutils.task.Parameter
Specifies the platforms - a comma-separated list of platform names - for which this parameter shall be used (see the databaseType attribute of the tasks for possible values).
setPrecisionRadix(int) - Method in class org.apache.ddlutils.model.Column
Sets the precision radix of the column.
setPrettyPrinting(boolean) - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Specifies whether the output shall be pretty-printed.
setPrimaryKey(boolean) - Method in class org.apache.ddlutils.model.Column
Specifies whether this column is a primary key column.
setPrimaryKeyColumnAutomaticallyRequired(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether the database will make a primary key column automatically required.
setPrimaryKeyColumnsHaveToBeRequired(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether the primary key constraints have to be required, as well.
setPrimaryKeyEmbedded(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether the primary key constraints are embedded in the create table clause or as seperate alter table statements.
setProcedurePattern(String) - Method in class org.apache.ddlutils.task.DumpMetadataTask
Specifies the procedures to be processed.
setProjectionTime(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setPropFile(String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
setqNMsgSendTime(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setqNMsgSerTime(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setqNNumRowsSeen(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setqNRespDeSerTime(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setQueryDefinition(String) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setRequired(boolean) - Method in class org.apache.ddlutils.model.Column
Specifies whether this column is a required column, ie.
setRoot(String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestSuite
 
setRoutingInfoTime(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setRowsModificationTime(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setRunningStatus(CacheServerLauncher.Status, InternalDistributedSystem) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
setScale(int) - Method in class org.apache.ddlutils.model.Column
Sets the scale of the column.
setSchema(String) - Method in class org.apache.ddlutils.model.Table
Sets the schema of this table.
setSchemaFile(File) - Method in class org.apache.ddlutils.task.DdlToDatabaseTask
Defines the single file that contains the database file.
setSchemaPattern(String) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Deprecated.
Will be removed once proper schema support is in place
setSchemaPattern(String) - Method in class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
Sets the schema in the database to read.
setSchemaPattern(String) - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Specifies a pattern that defines which database schemas to use.
setSchemaPattern(String) - Method in class org.apache.ddlutils.task.DumpMetadataTask
Sets the schema pattern used when accessing the database.
setSchemaPattern(String) - Method in class org.apache.ddlutils.task.PlatformConfiguration
Sets the schema pattern.
setSchemaPattern(String) - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Specifies a pattern that defines which database schemas to use.
setScriptModeOn(boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Specifies whether script mode is on.
setScriptModeOn(boolean) - Method in interface org.apache.ddlutils.Platform
Specifies whether script mode is on.
setSequenceValue(int) - Method in class org.apache.ddlutils.model.Reference
Sets the sequence value within the owning key.
setShutdownDatabase(boolean) - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Specifies whether DdlUtils shall shut down the database after the task has finished.
setShutdownDatabase(boolean) - Method in class org.apache.ddlutils.task.PlatformConfiguration
Specifies whether the database shall be shut down after the task has finished.
setShutdownDatabase(boolean) - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Specifies whether DdlUtils shall shut down the database after the task has finished.
setSimpleLogging(boolean) - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Specifies whether simple logging (configured by the task via the verbosity setting) shall be used, or whether logging is configured outside of the task (e.g.
setSink(DataSink) - Method in class org.apache.ddlutils.io.DataReader
Sets the data sink.
setSize(String) - Method in class org.apache.ddlutils.model.Column
Sets the size of the column.
setSize(String) - Method in class org.apache.ddlutils.model.IndexColumn
Sets the size of the column in the index.
setSizeAndScale(int, int) - Method in class org.apache.ddlutils.model.Column
Sets both the size and scale.
setSortForeignKeys(boolean) - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Specifies whether DdlUtils shall sort the foreign keys of a table read from a live database or leave them in the order in which they are returned by the database/JDBC driver.
setSortForeignKeys(boolean) - Method in class org.apache.ddlutils.task.PlatformConfiguration
Specifies whether a table's foreign keys read from a live database shall be sorted alphabetically.
setSortForeignKeys(boolean) - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Specifies whether DdlUtils shall sort the foreign keys of a table read from a live database or leave them in the order in which they are returned by the database/JDBC driver.
setSqlBuilder(SqlBuilder) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Sets the sql builder for this platform.
setSqlCommandDelimiter(String) - Method in class org.apache.ddlutils.PlatformInfo
Sets the text separating individual sql commands.
setSqlCommentsOn(boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Specifies whether SQL comments shall be generated.
setSqlCommentsOn(boolean) - Method in interface org.apache.ddlutils.Platform
Specifies whether SQL comments shall be generated.
setSqlCommentsSupported(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether SQL comments are supported by the database.
setStatementList(List<Statement>) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.StatementTableModel
 
setStatementList(Collection<Statement>) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.StatementTableModel
 
setStatementParameterValue(PreparedStatement, int, int, Object) - Method in class org.apache.ddlutils.platform.interbase.InterbasePlatform
This is the core method to set the parameter of a prepared statement to a given value.
setStatementParameterValue(PreparedStatement, int, int, Object) - Method in class org.apache.ddlutils.platform.PlatformImplBase
This is the core method to set the parameter of a prepared statement to a given value.
setStatementParameterValue(PreparedStatement, int, int, Object) - Method in class org.apache.ddlutils.platform.sybase.SybasePlatform
This is the core method to set the parameter of a prepared statement to a given value.
setSupportedOnDeleteActions(CascadeActionEnum[]) - Method in class org.apache.ddlutils.PlatformInfo
Sets the actions that this platform supports for ON DELETE.
setSupportedOnUpdateActions(CascadeActionEnum[]) - Method in class org.apache.ddlutils.PlatformInfo
Sets the actions that this platform supports for ON UPDATE.
setSupportsAddIdentityUsingAlterTable(boolean) - Method in class org.apache.ddlutils.PlatformInfo
setSyntheticDefaultValueForRequiredReturned(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether the platform returns synthetic default values (e.g.
setSystemForeignKeyIndicesAlwaysNonUnique(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether system indices for foreign keys are always non-unique or can be unique (i.e.
setSystemIndicesReturned(boolean) - Method in class org.apache.ddlutils.PlatformInfo
Specifies whether database-generated indices for primary and foreign keys are returned when reading a model from a database.
setTable(String) - Method in class org.apache.ddlutils.io.DataConverterRegistration
Sets the table for whose column this converter is defined.
setTable(String) - Method in class org.apache.ddlutils.task.TableSpecificParameter
Specifies the name of the table in whose creation this parameter shall be applied.
setTableFilter(String) - Method in class org.apache.ddlutils.task.DropTablesCommand
Sets the regular expression matching the names of the tables to be removed.
setTablePattern(String) - Method in class org.apache.ddlutils.task.DumpMetadataTask
Specifies the table to be processed.
setTables(String) - Method in class org.apache.ddlutils.task.DropTablesCommand
Sets the names of the tables to be removed, as a comma-separated list.
setTables(String) - Method in class org.apache.ddlutils.task.TableSpecificParameter
Specifies the comma-separated list of table names in whose creation this parameter shall be used.
setTableTypes(String[]) - Method in class org.apache.ddlutils.platform.DatabaseMetaDataWrapper
Sets the table types to recognize.
setTableTypes(String) - Method in class org.apache.ddlutils.task.DatabaseToDdlTask
Specifies the table types to be processed.
setTableTypes(String) - Method in class org.apache.ddlutils.task.DumpMetadataTask
Specifies the table types to be processed.
setTabSize(int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
setToken(String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.AttributeHolder
 
setTotalCompilationTime(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setTotalExecutionTime(long) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
setType(String) - Method in class org.apache.ddlutils.model.Column
Sets the JDBC type of the column.
setType(String) - Method in class org.apache.ddlutils.model.Table
Sets the type of this table.
setTypeCode(int) - Method in class org.apache.ddlutils.model.Column
Sets the code (one of the constants in Types) of the JDBC type of the column.
setUnspecifiedPrecision(boolean) - Method in class org.apache.ddlutils.model.Column
set for Oracle NUMBER without any precision
setupDataSource(Object, String, boolean) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
Sets up a data source with values specified in ij.dataSource.* properties or passed as parameters of this method
setUseBatchMode(boolean) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Specifies whether batch mode should be used for inserting data into the database.
setUseBatchMode(boolean) - Method in class org.apache.ddlutils.io.DataToDatabaseSink
Specifies whether batch mode is used for inserting the beans.
setUseBatchMode(boolean) - Method in class org.apache.ddlutils.task.WriteDataToDatabaseCommand
Specifies whether batch mode shall be used for inserting the data.
setUseDelimitedSqlIdentifiers(boolean) - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Specifies whether DdlUtils shall use delimited (quoted) identifiers (such as table and column names).
setUseDelimitedSqlIdentifiers(boolean) - Method in class org.apache.ddlutils.task.PlatformConfiguration
Specifies whether delimited SQL identifiers shall be used.
setUseDelimitedSqlIdentifiers(boolean) - Method in class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
Specifies whether DdlUtils shall use delimited (quoted) identifiers (such as table and column names).
setUseExplicitIdentityValues(boolean) - Method in class org.apache.ddlutils.task.WriteDataToDatabaseCommand
Defines whether values for identity columns in the data XML shall be used instead of letting the database define the value.
setUseInternalDtd(boolean) - Method in class org.apache.ddlutils.io.DatabaseIO
Deprecated.
Switched to XML schema, and the internal XML schema should always be used
setUseInternalDtd(boolean) - Method in class org.apache.ddlutils.task.DdlToDatabaseTask
Specifies whether DdlUtils shall use the embedded DTD for validating the schema XML (if it matches http://db.apache.org/torque/dtd/database.dtd).
setUsername(String) - Method in interface org.apache.ddlutils.Platform
Sets the username that this platform shall use to access the database.
setUsername(String) - Method in class org.apache.ddlutils.util.JdbcSupport
Sets the username to be used to access the database.
setValidateXml(boolean) - Method in class org.apache.ddlutils.io.DatabaseIO
Specifies whether XML shall be validated upon reading it.
setValidateXml(boolean) - Method in class org.apache.ddlutils.task.DdlToDatabaseTask
Specifies whether XML input files should be validated against the DTD at all.
setValue(String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.AttributeHolder
 
setValue(String) - Method in class org.apache.ddlutils.task.Parameter
Specifies the parameter value.
setValueDateFormat(DateFormat) - Method in class org.apache.ddlutils.platform.SqlBuilder
Sets the format object for formatting dates in the specified locale.
setValueLocale(String) - Method in class org.apache.ddlutils.platform.SqlBuilder
Sets the locale that is used for number and date formatting (when printing default values and in generates insert/update/delete statements).
setValueNumberFormat(NumberFormat) - Method in class org.apache.ddlutils.platform.SqlBuilder
Returns a new date format object for formatting numbers in the specified locale.
setValueQuoteToken(String) - Method in class org.apache.ddlutils.PlatformInfo
Sets the text that is used for for quoting values (e.g.
setValueTimeFormat(DateFormat) - Method in class org.apache.ddlutils.platform.SqlBuilder
Sets the date format object for formatting times in the specified locale.
setVerbosity(VerbosityLevel) - Method in class org.apache.ddlutils.task.DatabaseTaskBase
Specifies the verbosity of the task's debug output.
setVersion(String) - Method in class org.apache.ddlutils.model.Database
Sets the version of this database model.
setWaitingStatus(String, Set<PersistentMemberID>, Set<Integer>, PersistentMemberID, String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
setWeight(int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
setWriter(Writer) - Method in class org.apache.ddlutils.platform.SqlBuilder
Sets the writer for printing the DDL to.
shortenName(String, int) - Method in class org.apache.ddlutils.platform.SqlBuilder
Generates a version of the name that has at most the specified length.
shouldGeneratePrimaryKeys(Column[]) - Method in class org.apache.ddlutils.platform.mysql.MySqlBuilder
Determines whether we should generate a primary key constraint for the given primary key columns.
shouldGeneratePrimaryKeys(Column[]) - Method in class org.apache.ddlutils.platform.SqlBuilder
Determines whether we should generate a primary key constraint for the given primary key columns.
SHOW - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
ShowException(PrintWriter, Throwable) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
Print information about the exception to the given PrintWriter.
ShowException(PrintStream, Throwable) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
showSelectCount - Static variable in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
showSelectRows - Static variable in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
ShowSQLException(PrintWriter, SQLException) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
Print information about the SQL exception to the given PrintWriter.
ShowSQLException(PrintStream, SQLException) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
showUsage(String, String, String) - Method in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
ShowWarnings(PrintWriter, Connection) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
Print information about the SQL warnings for the connection to the given PrintWriter.
ShowWarnings(PrintWriter, SQLWarning) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
ShowWarnings(PrintWriter, ResultSet) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
Print information about the SQL warnings for the ResultSet to the given PrintWriter.
ShowWarnings(PrintWriter, Statement) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
Print information about the SQL warnings for the Statement to the given PrintWriter.
ShowWarnings(PrintStream, Connection) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
ShowWarnings(PrintStream, SQLWarning) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
ShowWarnings(PrintStream, ResultSet) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
ShowWarnings(PrintStream, Statement) - Static method in class com.pivotal.gemfirexd.internal.tools.JDBCDisplayUtil
 
SHUTDOWN - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
shutdownDatabase(Connection) - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbPlatform
Performs a shutdown at the database.
shutdownDatabase() - Method in class org.apache.ddlutils.platform.PlatformImplBase
Performs a shutdown at the database.
shutdownDatabase(Connection) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Performs a shutdown at the database.
shutdownDatabase() - Method in interface org.apache.ddlutils.Platform
Performs a shutdown at the database.
shutdownDatabase(Connection) - Method in interface org.apache.ddlutils.Platform
Performs a shutdown at the database.
SimpleCharStream - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Constructor.
SINGLE_LINE_COMMENT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
SINGLE_LINE_COMMENT2 - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
SINGLE_LINE_SQLCOMMENT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
SINGLE_LINE_SQLCOMMENT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
SIZE_PLACEHOLDER - Static variable in class org.apache.ddlutils.platform.SqlBuilder
The placeholder for the size value in the native type spec.
SMALLINT - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.SMALLINT constant.
snappyStore - Static variable in class com.pivotal.gemfirexd.tools.GfxdUtilLauncher
 
sortChanges(List) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Sorts the changes so that they can be executed by the database.
sortForeignKeys(boolean) - Method in class org.apache.ddlutils.model.Table
Sorts the foreign keys alphabetically.
sortForeignKeys(Database) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Sorts the foreign keys in the tables of the model.
SPECIAL - Static variable in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
The enum value for special jdbc types.
specialToken - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
splitLine(CharSequence, int, int, StringBuilder) - Static method in class com.pivotal.gemfirexd.tools.GfxdUtilLauncher
 
SqlBuilder - Class in org.apache.ddlutils.platform
This class is a collection of Strategy methods for creating the DDL required to create and drop databases and tables.
SqlBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.SqlBuilder
Creates a new sql builder.
SqlDynaBean - Class in org.apache.ddlutils.dynabean
SqlDynaBean is a DynaBean which can be persisted as a single row in a Database Table.
SqlDynaBean(DynaClass) - Constructor for class org.apache.ddlutils.dynabean.SqlDynaBean
Creates a new dyna bean of the given class.
SqlDynaClass - Class in org.apache.ddlutils.dynabean
SqlDynaClass is a DynaClass which is associated with a persistent Table in a Database.
SqlDynaClass(Table, SqlDynaProperty[]) - Constructor for class org.apache.ddlutils.dynabean.SqlDynaClass
Creates a new dyna class instance for the given table that has the given properties.
SqlDynaException - Exception in org.apache.ddlutils.dynabean
This exception is thrown when something dealing with sql dyna beans or classes failed.
SqlDynaException() - Constructor for exception org.apache.ddlutils.dynabean.SqlDynaException
Creates a new empty exception object.
SqlDynaException(String) - Constructor for exception org.apache.ddlutils.dynabean.SqlDynaException
Creates a new exception object.
SqlDynaException(Throwable) - Constructor for exception org.apache.ddlutils.dynabean.SqlDynaException
Creates a new exception object.
SqlDynaException(String, Throwable) - Constructor for exception org.apache.ddlutils.dynabean.SqlDynaException
Creates a new exception object.
SqlDynaProperty - Class in org.apache.ddlutils.dynabean
A DynaProperty which maps to a persistent Column in a database.
SqlDynaProperty(Column) - Constructor for class org.apache.ddlutils.dynabean.SqlDynaProperty
Creates a property instance for the given column that accepts any data type.
SqlDynaProperty(Column, Class) - Constructor for class org.apache.ddlutils.dynabean.SqlDynaProperty
Creates a property instance for the given column that only accepts the given type.
SqlTokenizer - Class in org.apache.ddlutils.util
A statement tokenizer for SQL strings that splits only at delimiters that are at the end of a line or the end of the SQL (row mode).
SqlTokenizer(String) - Constructor for class org.apache.ddlutils.util.SqlTokenizer
Creates a new sql tokenizer.
SqlTypeConverter - Interface in org.apache.ddlutils.io.converters
Interface for classes that convert between strings and sql data types.
START - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
start() - Method in class com.pivotal.gemfirexd.tools.Timer
 
start() - Method in interface org.apache.ddlutils.io.DataSink
Notifies the sink that beans will be added.
start() - Method in class org.apache.ddlutils.io.DataToDatabaseSink
Notifies the sink that beans will be added.
startAdditionalServices(Cache, Map<String, Object>, Properties) - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
startAdditionalServices(Cache, Map<String, Object>, Properties) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
startJBMS(String, String, Properties) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
This will look for the System properties "ij.driver" and "ij.database" and return a java.sql.Connection if it successfully connects.
startJBMS() - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
Utility interface that defaults driver and database to null.
startJBMS(String, String) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
Utility interface that defaults connInfo to null
startJBMS() - Static method in class com.pivotal.gemfirexd.internal.tools.ij
 
startRebalanceFactory(Cache, Map<String, Object>) - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
startRebalanceFactory(Cache, Map<String, Object>) - Method in class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
 
startServerVM(Properties) - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
 
startServerVM(Properties) - Method in class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
 
startServerVM(Properties) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
do the actual startup of the GemFireXD VM
STATEMENT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
Statement - Class in com.pivotal.gemfirexd.tools.gfxdtop
 
Statement() - Constructor for class com.pivotal.gemfirexd.tools.gfxdtop.Statement
 
STATEMENT_MBEAN_ATTRIBUTES - Static variable in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdConstants
 
StatementFinder - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
StatementGrabber looks through an input stream for the next JSQL statement.
StatementFinder(LocalizedInput, LocalizedOutput, String, Map<String, String>) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.StatementFinder
The constructor does not assume the stream is data input or buffered, so it will wrap it appropriately.
StatementTableModel - Class in com.pivotal.gemfirexd.tools.gfxdtop
 
StatementTableModel() - Constructor for class com.pivotal.gemfirexd.tools.gfxdtop.StatementTableModel
 
STATIC_LEXER_ERROR - Static variable in error com.pivotal.gemfirexd.internal.impl.tools.ij.TokenMgrError
An attempt was made to create a second instance of a static token manager.
staticFlag - Static variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
Whether parser is static.
staticFlag - Static variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
STOP - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
stop() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTester
 
stopAdditionalServices() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
store(Database, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Stores the given bean in the database, inserting it if there is no primary key otherwise the bean is updated in the database.
store(Connection, Database, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Stores the given bean in the database, inserting it if there is no primary key otherwise the bean is updated in the database.
store(Database, DynaBean) - Method in interface org.apache.ddlutils.Platform
Stores the given bean in the database, inserting it if there is no primary key otherwise the bean is updated in the database.
store(Connection, Database, DynaBean) - Method in interface org.apache.ddlutils.Platform
Stores the given bean in the database, inserting it if there is no primary key otherwise the bean is updated in the database.
STRING - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
STRING - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
stringContainsTargetTable(String) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
StringUtilsExt - Class in org.apache.ddlutils.util
Helper class containing string utility functions.
StringUtilsExt() - Constructor for class org.apache.ddlutils.util.StringUtilsExt
 
stripQuotes(String) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 
STRUCT - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.STRUCT constant.
SwitchTo(int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.ijTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarTokenManager
Switch to specified lex state.
SybaseASE15Platform - Class in org.apache.ddlutils.platform.sybase
The platform implementation for Sybase ASE 15 and above.
SybaseASE15Platform() - Constructor for class org.apache.ddlutils.platform.sybase.SybaseASE15Platform
Creates a new platform instance.
SybaseBuilder - Class in org.apache.ddlutils.platform.sybase
The SQL Builder for Sybase.
SybaseBuilder(Platform) - Constructor for class org.apache.ddlutils.platform.sybase.SybaseBuilder
Creates a new builder instance.
SybaseModelReader - Class in org.apache.ddlutils.platform.sybase
Reads a database model from a Sybase database.
SybaseModelReader(Platform) - Constructor for class org.apache.ddlutils.platform.sybase.SybaseModelReader
Creates a new model reader for Sybase databases.
SybasePlatform - Class in org.apache.ddlutils.platform.sybase
The platform implementation for Sybase.
SybasePlatform() - Constructor for class org.apache.ddlutils.platform.sybase.SybasePlatform
Creates a new platform instance.
SYNONYMS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
SYSTEM_PROPERTY - Static variable in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 

T

Table - Class in org.apache.ddlutils.model
Represents a table in the database model.
Table() - Constructor for class org.apache.ddlutils.model.Table
 
TableChange - Interface in org.apache.ddlutils.alteration
Represents a change to a table or sub-element of a table (e.g.
TableChangeImplBase - Class in org.apache.ddlutils.alteration
Base class for change implementations.
TableChangeImplBase(String) - Constructor for class org.apache.ddlutils.alteration.TableChangeImplBase
Creates a new change object.
TableDefinitionChangesPredicate - Interface in org.apache.ddlutils.alteration
Defines a predicate that allows platforms to state whether all of the given table definition changes (i.e.
TABLES - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
TableSpecificParameter - Class in org.apache.ddlutils.task
Specifies a parameter for the creation of the tables.
TableSpecificParameter() - Constructor for class org.apache.ddlutils.task.TableSpecificParameter
 
TableXmlWriter - Class in org.apache.ddlutils.io
Base interface for different strategies to write the XML for a data bean for a specific table.
TableXmlWriter(Table) - Constructor for class org.apache.ddlutils.io.TableXmlWriter
 
tabSize - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
TaskHelper - Class in org.apache.ddlutils.task
Contains some utility functions for the Ant tasks.
TaskHelper() - Constructor for class org.apache.ddlutils.task.TaskHelper
 
testCase(Vector) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
TEXTUAL - Static variable in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
The enum value for textual jdbc types.
THREADS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
THRIFT_SERVER_ADDRESS - Static variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
THRIFT_SERVER_PORT - Static variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
throwException(Exception) - Method in class org.apache.ddlutils.io.DataWriter
Rethrows the given exception, wrapped in a DdlUtilsXMLException.
throwException(Exception) - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Rethrows the given exception, wrapped in a DdlUtilsXMLException.
time() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
TIME - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.TIME constant.
TimeConverter - Class in org.apache.ddlutils.io.converters
Converts between Time and String using the standard representation "hh:mm:ss".
TimeConverter() - Constructor for class org.apache.ddlutils.io.converters.TimeConverter
Creates a new time converter object.
Timer - Class in com.pivotal.gemfirexd.tools
 
Timer() - Constructor for class com.pivotal.gemfirexd.tools.Timer
 
TIMESTAMP - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.TIMESTAMP constant.
TimestampConverter - Class in org.apache.ddlutils.io.converters
Converts between Timestamp and String using the standard representation "yyyy-mm-dd hh:mm:ss.fffffffff".
TimestampConverter() - Constructor for class org.apache.ddlutils.io.converters.TimestampConverter
 
TINYINT - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.TINYINT constant.
TO - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
toColumnValues(SqlDynaProperty[], DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Derives the column values for the given dyna properties from the dyna bean.
token - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Current token.
Token - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
Describes the input token stream.
Token() - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
No-argument constructor
Token(int) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
Generated Token Manager.
tokenImage - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
Literal token values.
tokenImage - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
Literal token values.
tokenImage - Variable in exception com.pivotal.gemfirexd.internal.impl.tools.ij.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in com.pivotal.gemfirexd.internal.impl.tools.ij
Token Manager Error.
TokenMgrError() - Constructor for error com.pivotal.gemfirexd.internal.impl.tools.ij.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error com.pivotal.gemfirexd.internal.impl.tools.ij.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error com.pivotal.gemfirexd.internal.impl.tools.ij.TokenMgrError
Full Constructor.
ToolsBase - Class in com.pivotal.gemfirexd.tools.internal
Base class for command-line launcher tools.
ToolsBase() - Constructor for class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
ToolsBase.ConnectionOptions - Class in com.pivotal.gemfirexd.tools.internal
Encapsulates values of connection options.
ToolsBase.ConnectionOptions() - Constructor for class com.pivotal.gemfirexd.tools.internal.ToolsBase.ConnectionOptions
 
ToolsBase.ProcessCommand - Interface in com.pivotal.gemfirexd.tools.internal
Interface to be implemented for processing of a command including adding command specific options, and then processing and executing the command.
toString() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.HostsAndAgents
 
toString() - Method in exception com.pivotal.gemfirexd.internal.impl.tools.ij.ijFatalException
 
toString() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
Name says it all
toString() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestSuite
 
toString() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTime
 
toString() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.Token
Returns the image.
toString() - Method in class org.apache.ddlutils.dynabean.SqlDynaBean
toString() - Method in class org.apache.ddlutils.io.Identity
toString() - Method in class org.apache.ddlutils.io.WaitingObject
toString() - Method in class org.apache.ddlutils.model.Column
toString() - Method in class org.apache.ddlutils.model.Database
toString() - Method in class org.apache.ddlutils.model.ForeignKey
toString() - Method in class org.apache.ddlutils.model.IndexColumn
toString() - Method in class org.apache.ddlutils.model.NonUniqueIndex
toString() - Method in class org.apache.ddlutils.model.Reference
toString() - Method in class org.apache.ddlutils.model.Table
toString() - Method in class org.apache.ddlutils.model.UniqueIndex
toVerboseString() - Method in class org.apache.ddlutils.model.Column
Returns a verbose string representation of this column.
toVerboseString() - Method in class org.apache.ddlutils.model.Database
Returns a verbose string representation of this database.
toVerboseString() - Method in class org.apache.ddlutils.model.ForeignKey
Returns a verbose string representation of this foreign key.
toVerboseString() - Method in interface org.apache.ddlutils.model.Index
Returns a verbose string representation of this index.
toVerboseString() - Method in class org.apache.ddlutils.model.NonUniqueIndex
Returns a verbose string representation of this index.
toVerboseString() - Method in class org.apache.ddlutils.model.Table
Returns a verbose string representation of this table.
toVerboseString() - Method in class org.apache.ddlutils.model.UniqueIndex
Returns a verbose string representation of this index.
trackLineColumn - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
turnOffIdentityOverride(Table) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Writes the statement that turns off identity override mode.
turnOnIdentityOverride(Table) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Writes the statement that turns on identity override mode.
turnOnQuotation() - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
If quotation mode is on, then this writes the statement that turns on the ability to write delimited identifiers.
turnOnQuotation() - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Writes the statement that turns on the ability to write delimited identifiers.
TypeMap - Class in org.apache.ddlutils.model
A class that maps SQL type names to their JDBC type ID found in Types and vice versa.
TypeMap() - Constructor for class org.apache.ddlutils.model.TypeMap
 

U

UCode_CharStream - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
An implementation of interface CharStream, where the stream is assumed to contain only Unicode characters.
UCode_CharStream(Reader, int, int, int) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
UCode_CharStream(Reader, int, int) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
UCode_CharStream(InputStream, int, int, int) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
UCode_CharStream(InputStream, int, int) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.UCode_CharStream
 
unescape(String, String, String) - Method in class org.apache.ddlutils.platform.JdbcModelReader
Replaces a specific character sequence in the given text with the character sequence whose escaped version it is.
UniqueIndex - Class in org.apache.ddlutils.model
Provides compatibility with Torque-style xml with separate <index> and <unique> tags, but adds no functionality.
UniqueIndex() - Constructor for class org.apache.ddlutils.model.UniqueIndex
 
unRollExceptions(SQLException) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
update(Connection, Database, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Updates the row which maps to the given bean.
update(Database, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Updates the given bean in the database, assuming the primary key values are specified.
update(Connection, Database, DynaBean, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Updates the row identified by the given oldDynaBean in the database with the values in newDynaBean.
update(Database, DynaBean, DynaBean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Updates the row identified by the given oldDynaBean in the database with the values in newDynaBean.
update(Database, DynaBean) - Method in interface org.apache.ddlutils.Platform
Updates the given bean in the database, assuming the primary key values are specified.
update(Connection, Database, DynaBean) - Method in interface org.apache.ddlutils.Platform
Updates the row which maps to the given bean.
update(Database, DynaBean, DynaBean) - Method in interface org.apache.ddlutils.Platform
Updates the row identified by the given oldDynaBean in the database with the values in newDynaBean.
update(Connection, Database, DynaBean, DynaBean) - Method in interface org.apache.ddlutils.Platform
Updates the row identified by the given oldDynaBean in the database with the values in newDynaBean.
updateConnInfo(String, String, Properties) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.ij.util
 
UpdateLineColumn(char) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.SimpleCharStream
 
updateURLProperties(Properties, String) - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
upgradeDiskStore(List<String>) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
upperCaseDiskStoreNameIfNeeded(String) - Method in class com.pivotal.gemfirexd.tools.GfxdSystemAdmin
 
URLCheck - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
This class takes a string used for a connection URL and checks for correctness.
URLCheck(String) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.URLCheck
 
usage() - Method in class com.pivotal.gemfirexd.tools.GfxdAgentLauncher
Prints usage information of this program.
usage() - Method in class com.pivotal.gemfirexd.tools.GfxdDistributionLocator
Prints usage information of this program.
usage(String) - Method in class com.pivotal.gemfirexd.tools.GfxdUtilLauncher
Print help information for this utility.
usage() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
Prints usage information of this program.
USER - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
USERNAME - Static variable in class com.pivotal.gemfirexd.tools.internal.ToolsBase
 
USING - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
util - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
Methods used to control setup for apps as well as display some internal ij structures.
utilMain - Class in com.pivotal.gemfirexd.internal.impl.tools.ij
This class is utilities specific to the two ij Main's.
utilMain(int, LocalizedOutput, Hashtable, String, Map<String, String>, int) - Constructor for class com.pivotal.gemfirexd.internal.impl.tools.ij.utilMain
Set up the test to run with 'numConnections' connections/users.

V

validate(Source) - Method in class org.apache.ddlutils.io.ModelValidator
Validates the given xml document using the Java XML validation framework.
VALUE_BINARY - Static variable in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
The integer value for the enum value for binary jdbc types.
VALUE_CASCADE - Static variable in class org.apache.ddlutils.model.CascadeActionEnum
The integer value for the enum value for a cascade action.
VALUE_DATETIME - Static variable in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
The integer value for the enum value for date/time jdbc types.
VALUE_NONE - Static variable in class org.apache.ddlutils.model.CascadeActionEnum
The integer value for the enum value for no-action.
VALUE_NUMERIC - Static variable in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
The integer value for the enum value for numeric jdbc types.
VALUE_OTHER - Static variable in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
The integer value for the enum value for all other jdbc types.
VALUE_RESTRICT - Static variable in class org.apache.ddlutils.model.CascadeActionEnum
The integer value for the enum value for a restrict action.
VALUE_SET_DEFAULT - Static variable in class org.apache.ddlutils.model.CascadeActionEnum
The integer value for the enum value for a set-null action.
VALUE_SET_NULL - Static variable in class org.apache.ddlutils.model.CascadeActionEnum
The integer value for the enum value for a set-null action.
VALUE_SPECIAL - Static variable in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
The integer value for the enum value for special jdbc types.
VALUE_TEXTUAL - Static variable in class org.apache.ddlutils.model.JdbcTypeCategoryEnum
The integer value for the enum value for textual jdbc types.
VARBINARY - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.VARBINARY constant.
VARCHAR - Static variable in class org.apache.ddlutils.model.TypeMap
The string representation of the Types.VARCHAR constant.
VerbosityLevel - Class in org.apache.ddlutils.task
Helper class that defines the possible values for the verbosity attribute.
VerbosityLevel() - Constructor for class org.apache.ddlutils.task.VerbosityLevel
Creates an uninitialized verbosity level object.
VerbosityLevel(String) - Constructor for class org.apache.ddlutils.task.VerbosityLevel
Creates an initialized verbosity level object.
VIEWS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.

W

WAIT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
WAIT_FOR_SYNC - Static variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
 
waitForData - Variable in class com.pivotal.gemfirexd.tools.internal.GfxdServerLauncher
wait for startup to complete, or exit once region GII wait begins
WaitingObject - Class in org.apache.ddlutils.io
Represents an object waiting for insertion into the database.
WaitingObject(DynaBean, Identity) - Constructor for class org.apache.ddlutils.io.WaitingObject
Creates a new WaitingObject instance for the given object.
warning(Exception) - Method in class com.pivotal.gemfirexd.tools.gfxdtop.GfxdLogger
 
weight() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
WEIGHT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
weight - Variable in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtTestCase
 
WITH - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
withArgName(String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option created will have the specified argument value name.
withDescription(String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option created will have the specified description
withLongOpt(String) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option created will have the following long option value.
withType(Object) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option created will have a value that will be an instance of type.
withValueSeparator(char) - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option created uses sep as a means to separate argument values.
withValueSeparator() - Method in class com.pivotal.gemfirexd.tools.internal.GfxdOptionBuilder
The next Option created uses '=' as a means to separate argument values.
WORD - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammarConstants
RegularExpression Id.
word_or_int() - Method in class com.pivotal.gemfirexd.internal.impl.tools.ij.mtGrammar
 
WORK - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
write(Database, String) - Method in class org.apache.ddlutils.io.DatabaseIO
Writes the database model to the specified file.
write(Database, OutputStream) - Method in class org.apache.ddlutils.io.DatabaseIO
Writes the database model to the given output stream.
write(Database, Writer) - Method in class org.apache.ddlutils.io.DatabaseIO
Writes the database model to the given output writer.
write(SqlDynaBean) - Method in class org.apache.ddlutils.io.DataWriter
Writes the given bean.
write(Iterator) - Method in class org.apache.ddlutils.io.DataWriter
Writes the beans contained in the given iterator.
write(Collection) - Method in class org.apache.ddlutils.io.DataWriter
Writes the beans contained in the given collection.
write(List, DataWriter) - Method in class org.apache.ddlutils.io.TableXmlWriter
Write the table data to XML to the given writer.
writeAddIdentityColumnUsingAlterTable(Table, Column) - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDBuilder
 
writeAddIdentityColumnUsingAlterTable(Table, Column) - Method in class org.apache.ddlutils.platform.SqlBuilder
Write the ALTER TABLE statement to set a given column as a generated identity column.
writeAddIdentityUsingAlterTable(Platform, Database) - Method in class org.apache.ddlutils.task.WriteDataToDatabaseCommand
 
writeAllDDLs(Connection, Writer, boolean) - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDPlatform
 
writeAllDDLs(boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
Export all DDLs executed in the system as SQL strings.
writeAllDDLs(Connection, Writer, boolean) - Method in class org.apache.ddlutils.platform.PlatformImplBase
 
writeAllDDLs(boolean) - Method in interface org.apache.ddlutils.Platform
Export all DDLs executed in the system as SQL strings.
writeAttribute(DataWriter) - Method in class org.apache.ddlutils.io.ColumnXmlWriter
Writes the column data as an attribute of the parent element if possible.
writeAttribute(String, String, String) - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Writes an XML attribute.
writeCastExpression(Column, Column) - Method in class org.apache.ddlutils.platform.db2.Db2Builder
Writes a cast expression that converts the value of the source column to the data type of the target column.
writeCastExpression(Column, Column) - Method in class org.apache.ddlutils.platform.derby.DerbyBuilder
Writes a cast expression that converts the value of the source column to the data type of the target column.
writeCastExpression(Column, Column) - Method in class org.apache.ddlutils.platform.firebird.FirebirdBuilder
Writes a cast expression that converts the value of the source column to the data type of the target column.
writeCastExpression(Column, Column) - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbBuilder
Writes a cast expression that converts the value of the source column to the data type of the target column.
writeCastExpression(Column, Column) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Writes a cast expression that converts the value of the source column to the data type of the target column.
writeCastExpression(Column, Column) - Method in class org.apache.ddlutils.platform.mysql.MySqlBuilder
Writes a cast expression that converts the value of the source column to the data type of the target column.
writeCastExpression(Column, Column) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Writes a cast expression that converts the value of the source column to the data type of the target column.
writeCastExpression(Column, Column) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlBuilder
Writes a cast expression that converts the value of the source column to the data type of the target column.
writeCastExpression(Column, Column) - Method in class org.apache.ddlutils.platform.sapdb.SapDbBuilder
Writes a cast expression that converts the value of the source column to the data type of the target column.
writeCastExpression(Column, Column) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes a cast expression that converts the value of the source column to the data type of the target column.
writeCastExpression(Column, Column) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Writes a cast expression that converts the value of the source column to the data type of the target column.
writeCData(String) - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Writes a CDATA segment.
writeCharacters(String) - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Writes a text segment.
writeColumn(Table, Column) - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbBuilder
Outputs the DDL for the specified column.
writeColumn(Table, Column) - Method in class org.apache.ddlutils.platform.SqlBuilder
Outputs the DDL for the specified column.
writeColumn(Table, Column) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Outputs the DDL for the specified column.
writeColumnAutoIncrementStmt(Table, Column) - Method in class org.apache.ddlutils.platform.axion.AxionBuilder
Prints that the column is an auto increment column.
writeColumnAutoIncrementStmt(Table, Column) - Method in class org.apache.ddlutils.platform.cloudscape.CloudscapeBuilder
Prints that the column is an auto increment column.
writeColumnAutoIncrementStmt(Table, Column) - Method in class org.apache.ddlutils.platform.db2.Db2Builder
Prints that the column is an auto increment column.
writeColumnAutoIncrementStmt(Table, Column) - Method in class org.apache.ddlutils.platform.derby.DerbyBuilder
Prints that the column is an auto increment column.
writeColumnAutoIncrementStmt(Table, Column) - Method in class org.apache.ddlutils.platform.firebird.FirebirdBuilder
Prints that the column is an auto increment column.
writeColumnAutoIncrementStmt(Table, Column) - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDBuilder
Prints that the column is an auto increment column.
writeColumnAutoIncrementStmt(Table, Column) - Method in class org.apache.ddlutils.platform.hsqldb.HsqlDbBuilder
Prints that the column is an auto increment column.
writeColumnAutoIncrementStmt(Table, Column) - Method in class org.apache.ddlutils.platform.interbase.InterbaseBuilder
Prints that the column is an auto increment column.
writeColumnAutoIncrementStmt(Table, Column) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Prints that the column is an auto increment column.
writeColumnAutoIncrementStmt(Table, Column) - Method in class org.apache.ddlutils.platform.mysql.MySqlBuilder
Prints that the column is an auto increment column.
writeColumnAutoIncrementStmt(Table, Column) - Method in class org.apache.ddlutils.platform.oracle.Oracle8Builder
Prints that the column is an auto increment column.
writeColumnAutoIncrementStmt(Table, Column) - Method in class org.apache.ddlutils.platform.postgresql.PostgreSqlBuilder
Prints that the column is an auto increment column.
writeColumnAutoIncrementStmt(Table, Column) - Method in class org.apache.ddlutils.platform.sapdb.SapDbBuilder
Prints that the column is an auto increment column.
writeColumnAutoIncrementStmt(Table, Column) - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints that the column is an auto increment column.
writeColumnDefaultValue(Table, Column) - Method in class org.apache.ddlutils.platform.mckoi.MckoiBuilder
Prints the default value of the column.
writeColumnDefaultValue(Table, Column) - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints the default value of the column.
writeColumnDefaultValueStmt(Table, Column) - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints the default value stmt part for the column.
writeColumnNotNullableStmt() - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints that a column is not nullable.
writeColumnNullableStmt() - Method in class org.apache.ddlutils.platform.SqlBuilder
Prints that a column is nullable.
writeColumns(Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes the columns of the given table.
writeDataToDatabase(Platform, String[]) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Reads the data from the specified files and writes it to the database to which the given platform is connected.
writeDataToDatabase(Platform, InputStream[]) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Reads the data from the given input streams and writes it to the database to which the given platform is connected.
writeDataToDatabase(Platform, Reader[]) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Reads the data from the given input readers and writes it to the database to which the given platform is connected.
writeDataToDatabase(Platform, Database, String[]) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Reads the data from the indicated files and writes it to the database to which the given platform is connected.
writeDataToDatabase(Platform, Database, InputStream[]) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Reads the data from the given input streams and writes it to the database to which the given platform is connected.
writeDataToDatabase(Platform, Database, Reader[]) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Reads the data from the given input readers and writes it to the database to which the given platform is connected.
writeDataToDatabase(DataReader, String[]) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Reads the data from the specified files and writes it to the database via the given data reader.
writeDataToDatabase(DataReader, InputStream[]) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Reads the data from the given input stream and writes it to the database via the given data reader.
writeDataToDatabase(DataReader, Reader[]) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Reads the data from the given input stream and writes it to the database via the given data reader.
writeDataToDatabase(DataReader, String) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Reads the data from the indicated XML file and writes it to the database via the given data reader.
writeDataToDatabase(DataReader, InputStream) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Reads the data from the given input stream and writes it to the database via the given data reader.
writeDataToDatabase(DataReader, Reader) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Reads the data from the given input stream and writes it to the database via the given data reader.
WriteDataToDatabaseCommand - Class in org.apache.ddlutils.task
Inserts the data defined by the data XML file(s) into the database.
WriteDataToDatabaseCommand() - Constructor for class org.apache.ddlutils.task.WriteDataToDatabaseCommand
 
WriteDataToFileCommand - Class in org.apache.ddlutils.task
Reads the data currently in the table in the live database (as specified by the enclosing task), and writes it as XML to a file.
WriteDataToFileCommand() - Constructor for class org.apache.ddlutils.task.WriteDataToFileCommand
 
writeDataToXML(Platform, String, String) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Writes the data contained in the database to which the given platform is connected, as XML to the given output stream (which won't be closed by this method).
writeDataToXML(Platform, Database, String, String) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Writes the data contained in the database to which the given platform is connected, as XML to the given output stream (which won't be closed by this method).
writeDataToXML(Platform, OutputStream, String) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Writes the data contained in the database to which the given platform is connected, as XML to the given output stream (which won't be closed by this method).
writeDataToXML(Platform, Database, OutputStream, String) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Writes the data contained in the database to which the given platform is connected, as XML to the given output stream (which won't be closed by this method).
writeDataToXML(Platform, Writer, String) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Writes the data contained in the database to which the given platform is connected, as XML to the given output writer (which won't be closed by this method).
writeDataToXML(Platform, Database, Writer, String) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Writes the data contained in the database to which the given platform is connected, as XML to the given output writer (which won't be closed by this method).
writeDataToXML(Platform, DataWriter) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Writes the data contained in the database to which the given platform is connected, as XML to the given data writer.
writeDataToXML(Platform, Database, DataWriter) - Method in class org.apache.ddlutils.io.DatabaseDataIO
Writes the data contained in the database to which the given platform is connected, as XML to the given data writer.
writeDocumentEnd() - Method in class org.apache.ddlutils.io.DataWriter
Writes the end of the XML document, including the end of the outermost XML element (data).
writeDocumentEnd() - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Writes the end of the XML document, i.e.
writeDocumentStart() - Method in class org.apache.ddlutils.io.DataWriter
Writes the start of the XML document, including the start of the outermost XML element (data).
writeDocumentStart() - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Writes the start of the XML document, i.e.
writeDropConstraintStatement(Table, Column, String) - Method in class org.apache.ddlutils.platform.mssql.MSSqlBuilder
Writes the SQL to drop a constraint, e.g.
writeDtd(Database, Writer) - Method in class org.apache.ddlutils.io.DataDtdWriter
Writes the DTD for data xml files for the given database model, to the specified writer.
WriteDtdToFileCommand - Class in org.apache.ddlutils.task
Creates a DTD that specifies the layout for data XML files.
This sub task does not require a database connection, so the dataSource sub element of the enclosing task can be omitted.
WriteDtdToFileCommand() - Constructor for class org.apache.ddlutils.task.WriteDtdToFileCommand
 
writeElementEnd() - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Writes the end of the current XML element.
writeElementStart(String, String) - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Writes the start of the indicated XML element.
writeEmbeddedForeignKeysStmt(Database, Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes the foreign key constraints inside a create table () clause.
writeEmbeddedIndexCreateStmt(Table, Index) - Method in class org.apache.ddlutils.platform.gemfirexd.GemFireXDBuilder
Writes the given embedded index of the table.
writeEmbeddedIndexCreateStmt(Table, Index) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes the given embedded index of the table.
writeEmbeddedIndicesStmt(Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes the indexes embedded within the create table statement.
writeEmbeddedPrimaryKeysStmt(Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes the primary key constraints of the table inside its definition.
writeForeignKeyOnDeleteAction(Table, ForeignKey) - Method in class org.apache.ddlutils.platform.sapdb.SapDbBuilder
Writes the onDelete action for the given foreign key.
writeForeignKeyOnDeleteAction(Table, ForeignKey) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes the onDelete action for the given foreign key.
writeForeignKeyOnUpdateAction(Table, ForeignKey) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes the onDelete action for the given foreign key.
writeForeignReferences(ForeignKey) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes a list of foreign references for the given foreign key.
writeLocalReferences(ForeignKey) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes a list of local references for the given foreign key.
writeNamespace(String, String) - Method in class org.apache.ddlutils.io.PrettyPrintingXmlWriter
Writes a xmlns attribute to the stream.
writeNewlineToNewDDL() - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
writePrimaryKeyStmt(Table, Column[]) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes a primary key statement for the given columns.
writeRecreateTableStmt(Database, Table, Map) - Method in class org.apache.ddlutils.platform.mckoi.MckoiBuilder
Writes the SQL to recreate a table.
WriteSchemaSqlToFileCommand - Class in org.apache.ddlutils.task
Parses the schema XML files specified in the enclosing task, and writes the SQL statements necessary to create this schema in the database, to a file.
WriteSchemaSqlToFileCommand() - Constructor for class org.apache.ddlutils.task.WriteSchemaSqlToFileCommand
 
WriteSchemaToDatabaseCommand - Class in org.apache.ddlutils.task
Parses the schema XML files specified for the enclosing task, and creates the corresponding schema in the database.
WriteSchemaToDatabaseCommand() - Constructor for class org.apache.ddlutils.task.WriteSchemaToDatabaseCommand
 
WriteSchemaToFileCommand - Class in org.apache.ddlutils.task
Reads the schema of the live database (as specified in the enclosing task), and writes it as XML to a file.
WriteSchemaToFileCommand() - Constructor for class org.apache.ddlutils.task.WriteSchemaToFileCommand
 
writeStmtEndToNewDDL() - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
writeSubElement(DataWriter) - Method in class org.apache.ddlutils.io.ColumnXmlWriter
Writes any sub elements necessary for the column.
writeTableAlterStmt(Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Generates the first part of the ALTER TABLE statement including the table name.
writeTableComment(Table) - Method in class org.apache.ddlutils.platform.SqlBuilder
Outputs a comment for the table.
writeTableCreationStmt(Database, Table, Map) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes the table creation statement without the statement end.
writeTableCreationStmtEnding(Table, Map) - Method in class org.apache.ddlutils.platform.mysql.MySqlBuilder
Writes the end of the table creation statement.
writeTableCreationStmtEnding(Table, Map) - Method in class org.apache.ddlutils.platform.SqlBuilder
Writes the end of the table creation statement.
writeTableCreationStmtEnding(Table, Map) - Method in class org.apache.ddlutils.platform.sybase.SybaseBuilder
Writes the end of the table creation statement.
writeText(DataWriter, String, boolean) - Method in class org.apache.ddlutils.io.ModelXmlWriter
 
writeToNewDDL(String) - Static method in class com.pivotal.gemfirexd.internal.impl.tools.dblook.Logs
 
writeVerboseOutput(String, String) - Static method in class com.pivotal.gemfirexd.internal.tools.dblook
 

X

XA_1PHASE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_2PHASE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_COMMIT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_CONNECT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_DATASOURCE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_DISCONNECT - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_END - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_ENDRSCAN - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_FAIL - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_FORGET - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_GETCONNECTION - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_JOIN - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_NOFLAGS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_PREPARE - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_RECOVER - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_RESUME - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_ROLLBACK - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_START - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_STARTRSCAN - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_SUCCESS - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XA_SUSPEND - Static variable in interface com.pivotal.gemfirexd.internal.impl.tools.ij.ijConstants
RegularExpression Id.
XMLUtils - Class in org.apache.ddlutils.io
Contains basic utility methods for XML.
XMLUtils() - Constructor for class org.apache.ddlutils.io.XMLUtils
 

Z

zeroInvalidForAbsolute() - Static method in exception com.pivotal.gemfirexd.internal.impl.tools.ij.ijException
 

_

_addIdentityUsingAlterTable - Variable in class org.apache.ddlutils.task.DatabaseCommand
 
_columns - Variable in class org.apache.ddlutils.model.IndexImplBase
The columns making up the index.
_isolationLevel - Variable in class org.apache.ddlutils.task.DatabaseCommand
 
_isolationLevel - Variable in class org.apache.ddlutils.task.DatabaseTaskBase
 
_log - Variable in class org.apache.ddlutils.platform.mckoi.MckoiModelReader
The log.
_log - Variable in class org.apache.ddlutils.platform.SqlBuilder
The Log to which logging calls will be made.
_log - Variable in class org.apache.ddlutils.task.Command
The log.
_log - Variable in class org.apache.ddlutils.task.DatabaseTaskBase
The log.
_name - Variable in class org.apache.ddlutils.model.IndexColumn
The name of the column.
_name - Variable in class org.apache.ddlutils.model.IndexImplBase
The name of the index.
_platformConf - Variable in class org.apache.ddlutils.task.DatabaseCommand
The platform configuration.
_size - Variable in class org.apache.ddlutils.model.IndexColumn
The size of the column in the index.
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
GemFire XD 1.5.0

Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.