Class Hierarchy
A B C D E F G H I J K L M N P R S T U V W X
I
- ij class COM.cloudscape.tools.ij.
- Copyright © 1998-2000, Informix Software, Inc.
- Import(Connection, String, String).
Static method in class COM.cloudscape.tools.FileImport
- Invoke import from ij or from a Java application
- Import(Connection, String, String, Properties).
Static method in class COM.cloudscape.tools.FileImport
- Invoke import from ij or from a Java application
- Import(Connection, String, String, String).
Static method in class COM.cloudscape.tools.FileImport
- Invoke import from ij or from a Java application
- Import(Connection, String, String, String, Properties).
Static method in class COM.cloudscape.tools.FileImport
- Invoke import from ij or from a Java application
- ImportExportSQLException exception COM.cloudscape.tools.ImportExportSQLException.
- Copyright © 1998-2000, Informix Software, Inc.
- ImportExportSQLException(String, String, int).
Constructor for class COM.cloudscape.tools.ImportExportSQLException
- Constructor for a ImportExportSQLException.
- ImportInit().
Static method in class COM.cloudscape.tools.FileImport
- initialize method of all import methods - init the appUI object and get an
handler on the resource file.
- ImportInitInstance().
Method in class COM.cloudscape.tools.FileImport
-
- INDEX.
Static variable in class COM.cloudscape.database.PropertyInfo
-
- INDEX.
Static variable in interface COM.cloudscape.types.Dependable
-
- IndexDescriptor interface COM.cloudscape.types.IndexDescriptor.
- Copyright © 1998-2000, Informix Software, Inc.
- indexType().
Method in interface COM.cloudscape.types.IndexDescriptor
- Returns the type of the index.
- init().
Static method in class COM.cloudscape.util.JDBCDisplayUtil
- init method - will init the class to support a locale and
codeset based on the cloudscape.ui.locale and cloudscape.ui.codeset
properties if exists or using the default values from the JVM.
- init(ServletConfig).
Method in class COM.cloudscape.core.ServletHandler
-
- init(String).
Static method in class COM.cloudscape.util.JDBCDisplayUtil
- init method - will init the class to support a locale and
codeset based on the cloudscape.ui.locale properties and on the
given codeset if exists or using the default values from the JVM.
- init(String, String).
Static method in class COM.cloudscape.util.JDBCDisplayUtil
- init method - will init the class to support a locale and
codeset based on the given codeset and locale.
- initialize().
Method in interface COM.cloudscape.aggregates.Aggregator
- Initializes the aggregate for processing.
- INSERT.
Static variable in class COM.cloudscape.synchronization.RowListVTI
-
- INSERT_EVENT.
Static variable in interface COM.cloudscape.database.TriggerExecutionContext
- Return value from
getEventType() for
an insert trigger.
- INSERT_MODE_PROPERTY.
Static variable in class COM.cloudscape.tools.FileImport
-
- insertRow().
Method in class COM.cloudscape.vti20.VTITemplate
-
- invalidColumnName(String, AppUI).
Static method in class COM.cloudscape.tools.ImportExportSQLException
- Raised if, no column by given name is found in the resultset while importing.
- invalidColumnNumber(int, AppUI).
Static method in class COM.cloudscape.tools.ImportExportSQLException
- Raised if, no column by given number is found in the resultset while importing.
- invokeMain(Connection, String, String[]).
Static method in class COM.cloudscape.util.DBClassLoad
- Invoke the main method of a class stored in a database, using the passed
in java.sql.Connection to connect to the database.
- invokeRun(Connection, String).
Static method in class COM.cloudscape.util.DBClassLoad
- Create an instance of a class stored in a database that implements Runnable
and invoke its run method, using the passed
in java.sql.Connection to connect to the database.
- isAfterLast().
Method in class COM.cloudscape.vti20.VTITemplate
-
- isAscending(Integer).
Method in interface COM.cloudscape.types.IndexDescriptor
- Returns true if the specified column is ascending in the index
(1-based).
- isAutoIncrement(int).
Method in class COM.cloudscape.vti.VTIMetaDataTemplate
- Is the column automatically numbered, and thus read-only?
- isBeforeFirst().
Method in class COM.cloudscape.vti20.VTITemplate
-
- isCaseSensitive(int).
Method in class COM.cloudscape.vti.VTIMetaDataTemplate
- Does a column's case matter?
- isCurrency(int).
Method in class COM.cloudscape.vti.VTIMetaDataTemplate
- Is the column a cash value?
- isDefinitelyWritable(int).
Method in class COM.cloudscape.vti.VTIMetaDataTemplate
- Will a write on the column definitely succeed?
- isDescending(Integer).
Method in interface COM.cloudscape.types.IndexDescriptor
- Returns true if the specified column is descending in the index
(1-based).
- isFirst().
Method in class COM.cloudscape.vti20.VTITemplate
-
- isLast().
Method in class COM.cloudscape.vti20.VTITemplate
-
- isNullable().
Method in interface COM.cloudscape.types.TypeDescriptor
- Gets the nullability that values of this type have.
- isNullable(int).
Method in class COM.cloudscape.vti.VTIMetaDataTemplate
- Can you put a NULL in this column?
- isPersistent().
Method in interface COM.cloudscape.types.Dependable
- Return whether or not this Dependable is persistent.
- isReadOnly().
Method in interface COM.cloudscape.database.Database
- Tells whether the Database is configured as read-only, or the
Database was started in read-only mode.
- isReadOnly(int).
Method in class COM.cloudscape.vti.VTIMetaDataTemplate
- Is a column definitely not writable?
- isReferencedColumn(int).
Method in interface COM.cloudscape.types.ReferencedColumnsDescriptor
- Returns true if the column at the specified position is referenced
by this check constraint.
- isReferencedColumn(Integer).
Method in interface COM.cloudscape.types.ReferencedColumnsDescriptor
- Returns true if the column at the specified position is referenced
by this check constraint.
- isSearchable(int).
Method in class COM.cloudscape.vti.VTIMetaDataTemplate
- Can the column be used in a WHERE clause?
- isSigned(int).
Method in class COM.cloudscape.vti.VTIMetaDataTemplate
- Is the column a signed number?
- isUnique().
Method in interface COM.cloudscape.types.IndexDescriptor
- Returns true if the index is unique.
- isWritable(int).
Method in class COM.cloudscape.vti.VTIMetaDataTemplate
- Is it possible for a write on the column to succeed?
A B C D E F G H I J K L M N P R S T U V W X
Class Hierarchy