A to Z index

Index links


A
     
Top

ALL
oStatic variable in class symantec.itools.db.pro.Request.
oSpecifies the all value for an optimistic concurrency setting.
allProceduresAreCallable( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not all stored procedures can be called.
allTablesAreSelectable( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not all database tables can be selected.
asciiStreamtoString(InputStream)
oMethod in class symantec.itools.db.pro.RelationView.
oReturns a String from a java.io.InputStream object that is in ASCII format.
AutoDetail
oClass in package symantec.itools.db.pro.
oAdds a detail RelationView to a MultiView.
AutoDetail( )
oConstructor for class symantec.itools.db.pro.AutoDetail.
oCreates an AutoDetail object.


B
     
Top

binaryArraytoString(byte)
oMethod in class symantec.itools.db.pro.RelationView.
oReturns a String from an array of bytes.
binaryStreamtoString(InputStream, int)
oMethod in class symantec.itools.db.pro.RelationView.
oReturns a String from a java.io.InputStream object that is in binary format.
bindCurrentRecord(RecordLink)
oMethod in class symantec.itools.db.pro.RelationView.
oBinds a RecordLink object to a RelationView's current record.
bindList
oMethod in class symantec.itools.db.pro.RelationView.
oBinds a Java object to a RelationView's projection.
oSyntaxes:
bindList(ConnectionInfo, String, ListLink, Vector)
bindList(ConnectionInfo, String, ListLink, int[ ])

bindProj(int, ProjLink)
oMethod in class symantec.itools.db.pro.RelationView.
oBinds a Java object to a RelationView's projection.


C
     
Top

close( )
oMethod in class symantec.itools.db.pro.MultiView.
oCloses a MultiView.
close( )
oMethod in class symantec.itools.db.pro.Session.
oCloses all connections to a dbANYWHERE server.
closeMultiView( )
oMethod in class symantec.itools.db.pro.RelationView.
oCloses a MultiView.
ConnectionInfo
oClass in package symantec.itools.db.pro.
oContains database connection information.
ConnectionInfo
oConstructor for class symantec.itools.db.pro.ConnectionInfo.
oCreates a ConnectionInfo object.
oSyntaxes:
ConnectionInfo(String)
ConnectionInfo(String, boolean)
ConnectionInfo(String, String, String)
ConnectionInfo(String, String, String, boolean)

createView
oMethod in class symantec.itools.db.pro.Session.
oCreates a root RelationView for a new MultiView transaction.
oSyntaxes:
createView(String)
createView(String, Vector)
createView(ConnectionInfo, String)
createView(ConnectionInfo, String, Properties)
createView(ConnectionInfo, String, Vector)
createView(ConnectionInfo, String, Vector, Properties)


D
     
Top

DataAccess
oInterface in package symantec.itools.db.pro.
oProvides get and set methods for the dbANYWHERE data types for an object that manages a record.
dataDefinitionCausesTransactionCommit( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a data definition causes a transaction commit.
dataDefinitionIgnoredInTransactions( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not transactions ignore data definitions.
deleteRecord( )
oMethod in class symantec.itools.db.pro.RelationView.
oMarks a record for deletion.
doesMaxRowSizeIncludeBlobs( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not the maximum record size includes blobs.
doesProjExist(String)
oMethod in class symantec.itools.db.pro.RelationView.
oIndicates whether or not a specific projection exists.


E
     
Top

enableBindingNotify
oMethod in class symantec.itools.db.pro.RelationView.
oTurns on or off the notification of ProjLink, ListLink, and RecordLink objects.
oSyntaxes:
enableBindingNotify(boolean)
enableBindingNotify(boolean, boolean)

enableDetailSQL(boolean)
oMethod in class symantec.itools.db.pro.RelationView.
oTurns on or off the generation of SQL statements for the RelationView's detail views.
executeRequest( )
oMethod is class symantec.itools.db.pro.AutoDetail.
oCreates a detail RelationView based on an AutoDetail object.
executeRequest( )
oMethod in class symantec.itools.db.pro.Request.
oExecutes a SQL statement.


F
     
Top

findProjByName(String)
oMethod in class symantec.itools.db.pro.RelationView.
oReturns a projection's ID.
first( )
oMethod in class symantec.itools.db.pro.RelationView.
oSets a RelationView's current record to the view's first record.


G
     
Top

getAsciiStream
oMethod in several classes.
oReturns a Projection value in a java.io.InputStream object in ASCII format.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getAsciiStream( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getAsciiStream(int)
getAsciiStream(String)

getAutoDetail
oMethod in class symantec.itools.db.pro.RelationView.
oCreates a root RelationView for a new MultiView transaction.
oSyntaxes:
getAutoDetail( )
getAutoDetail(String)
getAutoDetail(ConnectionInfo, String, Properties, Properties)

getAutoDisconnect( )
oMethod in class symantec.itools.db.pro.ConnectionInfo.
oReturns a database's autoDisconnect property.
getBestRowIdentifier(String, String, String, int, boolean)
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a record's best identifier.
getBignum
oMethod in several classes.
oReturns a Projection value as a symjava.lang.Bignum object.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getBignum(int)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getBignum(int, int)
getBignum(String, int)

getBinaryStream
oMethod in several classes.
oReturns a Projection value in a java.io.InputStream object in binary format.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getBinaryStream( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getBinaryStream(int)
getBinaryStream(String)

getBoolean
oMethod in several classes.
oReturns a Projection value as a boolean.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getBoolean( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getBoolean(int)
getBoolean(String)

getByte
oMethod in several classes.
oReturns a Projection value as a byte.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getByte( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getByte(int)
getByte(String)

getBytes
oMethod in several classes.
oReturns a Projection value as an array of bytes.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getBytes( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getBytes(int)
getBytes(String)

getCatalogName(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oReturns the name of a column's catalog.
getCatalogs( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's catalogs.
getCatalogSeparator( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's catalog separator.
getCatalogTerm( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's catalog term.
getColumnCount( )
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oReturns the number of columns.
getColumnDisplaySize(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oReturns a column's display size.
getColumnLabel(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oReturns a column's label.
getColumnList( )
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oReturns a column list.
getColumnName( )
oMethod in class symantec.itools.db.pro.ProjBinder.
oReturns the name of a ProjBinder's column.
getColumnName(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oReturns the name of a RelationView's column.
getColumnPrivileges(String, String, String, String)
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database column's privileges.
getColumns(String, String, String, String)
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's matching columns.
getColumnType(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oReturns a column's data type as an int.
getColumnTypeName(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oReturns a column's data type as a String.
getConnectionInfo( )
oMethod in class symantec.itools.db.pro.Request.
oReturns connection information.
getCrossReference(String, String, String, String, String, String)
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's cross references.
getCurrentRecordNumber( )
oMethod in class symantec.itools.db.pro.RelationView.
oReturns the record number for a RelationView's current record as an int.
getCurrentRecordNumberString( )
oMethod in class symantec.itools.db.pro.RelationView.
oReturns the record number for a RelationView's current record as a String.
getCurrentRecordState( )
oMethod in class symantec.itools.db.pro.RelationView.
oReturns the state of a RelationView's current record.
getDatabaseProductName( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's product name.
getDatabaseProductVersion( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's version.
getDate
oMethod in several classes.
oReturns a Projection value as a symjava.sql.Date object.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getDate( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getDate(int)
getDate(String)

getDBString( )
oMethod in class symantec.itools.db.pro.ConnectionInfo.
oReturns a database's name.
getDefaultTransactionIsolation( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a default transaction isolation.
getDetailProperties( )
oMethod in class symantec.itools.db.pro.AutoDetail.
oReturns an AutoDetail's detail properties.
getDouble
oMethod in several classes.
oReturns Projection value as a double.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getDouble( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getDouble(int)
getDouble(String)

getDriverMajorVersion( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database driver's major version.
getDriverMinorVersion( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database driver's minor version.
getDriverName( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database driver's name.
getDriverVersion( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database driver's version.
getExportedKeys(String, String, String)
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database table's exported keys.
getExtraNameCharacters( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns extra name characters.
getFloat
oMethod in several classes.
oReturns Projection value as a float.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getFloat( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getFloat(int)
getFloat(String)

getIdentifierQuoteString( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns an identifier.
getImportedKeys(String, String, String)
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database table's imported keys.
getIndexInfo(String, String, String, boolean, boolean)
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database table's index information.
getInt
oMethod in several classes.
oReturns a Projection value as an int.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getInt( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getInt(int)
getInt(String)

getLong
oMethod in several classes.
oReturns a Projection value as a long.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getLong( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getLong(int)
getLong(String)

getMaxBinaryLiteralLength( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum length for a binary literal.
getMaxCatalogNameLength( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum length for a catalog name.
getMaxCharLiteralLength( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum length for a character literal.
getMaxColumnNameLength( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum length for a column name.
getMaxColumnsInGroupBy( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum number of columns in a GROUP BY clause.
getMaxColumnsInIndex( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum number of database columns in an index.
getMaxColumnsInOrderBy( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum number of database columns in an ORDER BY clause.
getMaxColumnsInSelect( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum number of database columns in a SELECT statement.
getMaxColumnsInTable( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum number of columns in a database table.
getMaxConnections( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum number of concurrent database connections.
getMaxCursorNameLength( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum length for a cursor name.
getMaxIndexLength( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum length for an index.
getMaxProcedureNameLength( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum length for a stored procedure's name.
getMaxRowSize( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum size of a record.
getMaxSchemaNameLength( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum length for a schema name.
getMaxStatementLength( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum length for a SQL statement.
getMaxStatements( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum number of SQL statements.
getMaxTableNameLength( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum length for a database table's name.
getMaxTablesInSelect( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum number of database tables in a SELECT statement.
getMaxUserNameLength( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns the maximum length for a user name.
getMetaData( )
oMethod in classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView.
oReturns a RelationViewMetaData object.
getMetaData(ConnectionInfo)
oMethod in class symantec.itools.db.pro.Session.
oReturns a SessionMetaData object.
getMultiView( )
oMethod in class symantec.itools.db.pro.RelationView.
oReturns a MultiView.
getName( )
oMethod in class symantec.itools.db.pro.RelationView.
oReturns a RelationView's name.
getNewRecord( )
oMethod in class symantec.itools.db.pro.RelationView.
oCreates a new record.
getNumericFunctions( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's numeric functions.
getOptConc( )
oMethod in class symantec.itools.db.pro.Request.
oReturns an optimistic concurrency setting.
getParentRelationView( )
oMethod in class symantec.itools.db.pro.RelationView.
oReturns a RelationView's parent RelationView (if it has one).
getPassword( )
oMethod in class symantec.itools.db.pro.ConnectionInfo.
oReturns a password for logging onto a database.
getPrecision(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oReturns a column's precision.
getPrimaryKeys(String, String, String)
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database table's primary keys.
getProcedureColumns(String, String, String, String)
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a stored procedure's database columns.
getProcedures(String, String, String)
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's stored procedures.
getProcedureTerm( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a stored procedure's term.
getRecord( )
oMethod in class symantec.itools.db.pro.RelationView.
oReturns a record.
getRelationView( )
oMethod in class symantec.itools.db.pro.ListBinder.
oReturns a RelationView for a ListBinder object.
getRelationView( )
oMethod in class symantec.itools.db.pro.ProjBinder.
oReturns the RelationView of a ProjBinder's column.
getRelationView( )
oMethod in class symantec.itools.db.pro.Record.
oReturns a record's RelationView.
getRequest
oMethod in class symantec.itools.db.pro.Session.
oCreates a Request object.
oSyntaxes:
getRequest( )
getRequest(String)

getRequestProperties( )
oMethod in class symantec.itools.db.pro.Request.
oReturns properties.
getRootRelView( )
oMethod in class symantec.itools.db.pro.MultiView.
oReturns a MultiView's root RelationView.
getScale(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oReturns a column's scale.
getSchemaName(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oReturns the name of a column's schema.
getSchemas( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's schemas.
getSchemaTerm( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database schema's term.
getSearchStringEscape( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a search string's escape character.
getServerURL( )
oMethod in class symantec.itools.db.pro.Session.
oReturns a dbANYWHERE Server's URL.
getShort
oMethod in several classes.
oReturns a Projection value as a short.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getShort( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getShort(int)
getShort(String)

getSQL( )
oMethod in class symantec.itools.db.pro.Request.
oReturns a SQL statement.
getSQLKeywords( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's SQL keywords.
getState( )
oMethod in class symantec.itools.db.pro.Record.
oReturns a record's state as a byte.
getStateString( )
oMethod in class symantec.itools.db.pro.Record.
oReturns a record's state as a String.
getString
oMethod in several classes.
oReturns a Projection value as a String.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getString( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getString(int)
getString(String)

getStringFunctions( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's string functions.
getStringValue
oMethod in several classes.
oReturns a Projection value as a String in ASCII format.
oSyntax for class symantec.itools.db.pro.ProjBinder:
getStringValue( )
getStringValue(int)
getStringValue(boolean)
getStringValue(int, boolean)
getStringValue(String, int)
getStringValue(int, int)
getStringValue(String, int, boolean)
getStringValue(int, int, boolean)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getStringValue(int)
getStringValue(int, int)
getStringValue(int, boolean)
getStringValue(int, int, boolean)
getStringValue(int, String, int)
getStringValue(int, int, int)
getStringValue(int, String, int, boolean)
getStringValue(int, int, int, boolean)

getSystemFunctions( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's system functions.
getTableName(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oReturns the name of a column's database table.
getTablePrivileges(String, String, String)
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database table's privileges.
getTables(String, String, String, String[])
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's tables.
getTableTypes( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's table types.
getTime
oMethod in several classes.
oReturns a Projection value as a symjava.sql.Time object.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getTime( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getTime(int)
getTime(String)

getTimeDateFunctions( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's time and date functions.
getTimestamp
oMethod in several classes.
oReturns a Projection value as a symjava.sql.Timestamp object.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getTimestamp( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getTimestamp(int)
getTimestamp(String)

getTypeInfo( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database's type information.
getUnicodeStream
oMethod in several classes.
oReturns a Projection value in a java.io.InputStream object in Unicode format.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
getUnicodeStream( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
getUnicodeStream(int)
getUnicodeStream(String)

getURL( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a dbANYWHERE Server's URL.
getUser( )
oMethod in class symantec.itools.db.pro.ConnectionInfo.
oReturns a user name for logging onto a database.
getUserName( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a Session's user name.
getVersionColumns(String, String, String)
oMethod in class symantec.itools.db.pro.SessionMetaData.
oReturns a database table's version columns.
goTo
oMethod in class symantec.itools.db.pro.RelationView.
oSets a RelationView's current record to the record with the specified record number.
oSyntaxes:
goTo(int)
goTo(String)


H
     
Top


I
     
Top

init(ListBinder)
oMethod in interface symantec.itools.db.pro.ListLink.
oInitializes a list object when you bind it to a RelationView.
init(ProjBinder)
oMethod in class symantec.itools.db.pro.Projection and interface symantec.itools.db.pro.ProjLink.
oInitializes an object when you bind the object to a RelationView's projection.
init( )
oMethod in interface symantec.itools.db.pro.RecordLink.
oInitializes a Record object when you bind it to a RelationView.
inquireDSN( )
oMethod in class symantec.itools.db.pro.Session.
oReturns a list of a dbANYWHERE Server's databases (DSNs).
isAutoIncrement(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oIndicates whether or not a column automatically increments.
isBindingNotifyEnabled( )
oMethod in class symantec.itools.db.pro.RelationView.
oIndicates whether or not binding notifications are enabled.
isCaseSensitive(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oIndicates whether or not a column is case sensitive.
isCatalogAtStart( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database's catalog is at the start of the database.
isCurrency(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oIndicates whether or not a column's data type is a currency data type.
isCurrentRecordReadable( )
oMethod in class symantec.itools.db.pro.RelationView.
oIndicates whether or not a record can be read.
isCurrentRecordWritable( )
oMethod in class symantec.itools.db.pro.RelationView.
oIndicates whether or not a record can be written to.
isDataChanged( )
oMethod in class symantec.itools.db.pro.MultiView.
oIndicates whether or not a MultiView's data changed.
isDefinitelyWritable(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oIndicates whether or not a column is definitely writable.
isNull( )
oMethod in several classes.
oIndicates whether or not a Projection value is defined.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
isNull( )
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
isNull(int)
isNull(String)

isNullable(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oIndicates whether or not a column's value can be NULL.
isReadable( )
oMethod in classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Record.
oIndicates whether or not a record can be read.
isReadOnly(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oIndicates whether or not a column is read-only.
isReadOnly( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a Session's data is read-only.
isSearchable(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oIndicates whether or not a column is searchable.
isSigned(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oIndicates whether or not a column's value is signed.
isWritable( )
oMethod in classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Record.
oIndicates whether or not a record can be written to.
isWritable(int)
oMethod in class symantec.itools.db.pro.RelationViewMetaData.
oIndicates whether or not a column can be written to.


J
     
Top

join(int, int)
oMethod in class symantec.itools.db.pro.AutoDetail.
oSpecifies how to set a parameter in an AutoDetail's SQL statement from a master RelationView's projection.


K
     
Top


L
     
Top

ListBinder
oClass in package symantec.itools.db.pro.
oBinds a ListLink object to a column in a RelationView.
ListLink
oInterface in package symantec.itools.db.pro.
oSupports list binding.
Logon
oInterface in package symantec.itools.db.pro.
oProvides a hook into dbANYWHERE's logon failure handler.
logonFailed(ConnectionInfo, int)
oMethod in interface symantec.itools.db.pro.Logon.
oIndicates that a logon attempt failed.


M
     
Top

MANY_TO_MANY
oStatic variable in class symantec.itools.db.pro.AutoDetail.
oSpecifies the many to many value for a cardinality setting.
MANY_TO_ONE
oStatic variable in class symantec.itools.db.pro.AutoDetail.
oSpecifies the many to one value for a cardinality setting.
MultiView
oClass in package symantec.itools.db.pro.
oRepresents a MultiView.


N
     
Top

next( )
oMethod in class symantec.itools.db.pro.RelationView.
oSets a RelationView's current record to the next record.
notifyDataChange(ProjBinder)
oMethod in interface symantec.itools.db.pro.ProjLink and class symantec.itools.db.pro.Projection.
oIndicates that the current record's data for a ProjBinder's RelationView changed.
notifyListChange(ListBinder)
oMethod in interface symantec.itools.db.pro.ListLink.
oIndicates that the data in a list object's RelationView has changed.
notifyRecordChange(Record)
oMethod in interface symantec.itools.db.pro.RecordLink.
oIndicates that a RelationView's current record has changed.
notifySetData(ProjBinder)
oMethod in interface symantec.itools.db.pro.ProjLink and class symantec.itools.db.pro.Projection.
oIndicates that the current record's data for a ProjBinder's RelationView changed.
nullPlusNonNullIsNull( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not NULL + a non-NULL value results in a NULL.
nullsAreSortedAtEnd( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not NULLs are sorted at the end.
nullsAreSortedAtStart( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not NULLs are sorted at the start.
nullsAreSortedHigh( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not NULLs are sorted high.
nullsAreSortedLow( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not NULLs are sorted low.


O
     
Top

ONE_TO_MANY
oStatic variable in class symantec.itools.db.pro.AutoDetail.
oSpecifies the one to many value for a cardinality setting.
ONE_TO_ONE
oStatic variable in class symantec.itools.db.pro.AutoDetail.
oSpecifies the one to one value for a cardinality setting.


P
     
Top

prev( )
oMethod in class symantec.itools.db.pro.RelationView.
oSets a RelationView's current record to the previous record.
processEmptyStringData(String, RelationView, int, int, int)
oMethod in class symantec.itools.db.pro.RelationView.
oProcesses an empty or NULL String.
ProjBinder
oClass in package symantec.itools.db.pro.
oBinds a Projection object to a RelationView's projection.
Projection
oClass in package symantec.itools.db.pro.
oRepresents a projection.
Projection( )
oConstructor for class symantec.itools.db.pro.Projection.
oCreates a Projection object.
ProjLink
oInterface in package symantec.itools.db.pro.
oBinds a Java object to a single projection for a RelationView's current row.


Q
     
Top


R
     
Top

REC_POS_FIRST
oStatic variable in class symantec.itools.db.pro.Request.
oSpecifies the first record as the initial current record for a new RelationView.
REC_POS_NEW
oStatic variable in class symantec.itools.db.pro.Request.
oSpecifies a new record as the initial current record for a new RelationView.
REC_POS_NOPOS
oStatic variable in class symantec.itools.db.pro.Request.
oSpecifies not to specify the intial current record for a new RelationView.
RECSTATE_DB_DELETED
oStatic variable in class symantec.itools.db.pro.Record.
oSpecifies that a record was deleted.
RECSTATE_DELETED
oStatic variable in class symantec.itools.db.pro.Record.
oSpecifies that a record is marked for deletion.
RECSTATE_EXISTING
oStatic variable in class symantec.itools.db.pro.Record.
oSpecifies that a record exists.
RECSTATE_INVALID
oStatic variable in class symantec.itools.db.pro.Record.
oSpecifies that a record is in an undefined state.
RECSTATE_MODIFIED
oStatic variable in class symantec.itools.db.pro.Record.
oSpecifies that a record was modified.
RECSTATE_NEW
oStatic variable in class symantec.itools.db.pro.Record.
oSpecifies that a record is new and doesn't have data.
RECSTATE_NEW_MODIFIED
oStatic variable in class symantec.itools.db.pro.Record.
oSpecifies that a record is new and has data.
Record
oClass in package symantec.itools.db.pro.
oRepresents a record.
RecordLink
oClass in package symantec.itools.db.pro.
oSupports record binding.
RelationView
oClass in package symantec.itools.db.pro.
oRepresents a RelationView.
RelationView
oConstructor for class symantec.itools.db.pro.RelationView.
oCreates a RelationView object.
oSyntaxes:
RelationView(Request)
RelationView(AutoDetail)

RelationViewMetaData
oClass in package symantec.itools.db.pro.
oReturns information about a RelationView .
Request
oClass in package symantec.itools.db.pro.
oContains information for creating a RelationView.
Request(Session, ConnectionInfo)
oConstructor for class symantec.itools.db.pro.Request.
oCreates a Request object.
restart( )
oMethod in class symantec.itools.db.pro.MultiView.
oRestarts a MultiView.
restart(String newWhereClause)
oMethod in class symantec.itools.db.pro.MultiView.
oRestarts a MultiView after modifying the root RelationView's SQL select statement with the newWhereClause.
restartMultiView( )
oMethod in class symantec.itools.db.pro.RelationView.
oRestarts a MultiView.
restartMultiView(String newWhereClause)
oMethod in class symantec.itools.db.pro.RelationView.
oRestarts a MultiView after modifying the root RelationView's SQL select statement with the newWhereClause.
rewind( )
oMethod in class symantec.itools.db.pro.RelationView.
oRewinds a RelationView.


S
     
Top

save( )
oMethod in class symantec.itools.db.pro.MultiView.
oSaves a MultiView's data changes.
saveMultiView( )
oMethod in class symantec.itools.db.pro.RelationView.
oSaves a MultiView's changes.
Session
oClass in package symantec.itools.db.pro.
oConnects to a dbANYWHERE Server.
Session(String)
oConstructor for class symantec.itools.db.pro.Session.
oCreates a Session object.
SessionMetaData
oClass in package symantec.itools.db.pro.
oReturns information about a database connection.
setAsciiStream
oMethod in several classes.
oSets a Projection value to a java.io.InputStream object in ASCII format.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setAsciiStream(InputStream, int)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setAsciiStream(int, InputStream, int)
setAsciiStream(String, InputStream, int)

setAutoDisconnect(boolean)
oMethod in class symantec.itools.db.pro.ConnectionInfo.
oSets a database's autoDisconnect property.
setBignum
oMethod in several classes.
oSets a Projection value to a symjava.lang.Bignum value.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setBignum(Bignum)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setBignum(int, Bignum)
setBignum(String, Bignum)

setBinaryStream
oMethod in several classes.
oSets a Projection value to a java.io.InputStream object in binary format.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setBinaryStream(InputStream, int)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setBinaryStream(int, InputStream, int)
setBinaryStream(String, InputStream, int)

setBoolean
oMethod in several classes.
oSets a Projection value to a boolean value.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setBoolean(boolean)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setBoolean(int, boolean)
setBoolean(String, boolean)

setByte
oMethod in several classes.
oSets a Projection value to a byte value.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setByte(byte)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setByte(int, byte)
setByte(String, byte)

setBytes
oMethod in several classes.
oSets a Projection value to the values in an array of bytes.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setBytes(byte[ ])
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setBytes(int, byte[ ])
setBytes(String, byte[ ])

setConnectionInfo(ConnectionInfo)
oMethod in class symantec.itools.db.pro.Request.
oSets connection information.
setDate
oMethod in several classes.
oSets a Projection value to a symjava.sql.Date value.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setDate(Date)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setDate(int, Date)
setDate(String, Date)

setDBString(String)
oMethod in class symantec.itools.db.pro.ConnectionInfo.
oSets a database's name.
setDefaultConnection(ConnectionInfo)
oMethod in class symantec.itools.db.pro.Session.
oSets default database connection information.
setDetailProperties(Properties)
oMethod in class symantec.itools.db.pro.AutoDetail.
oSets an AutoDetail's detail properties.
setDouble
oMethod in several classes.
oSets a Projection value to a double value.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setDouble(double)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setDouble(int, double)
setDouble(String, double)

setFloat
oMethod in several classes.
oSets a Projection value to a float value.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setFloat(float)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setFloat(int, float)
setFloat(String, float)

setInt
oMethod in several classes.
oSets a Projection value to an int value.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setInt(int)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setInt(int, int)
setInt(String, int)

setLogonObject(Logon)
oMethod in class symantec.itools.db.pro.Session.
oSets the Logon Failure Handler.
setLong
oMethod in several classes.
oSets a Projection value to a long value.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setLong(long)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setLong(int, long)
setLong(String, long)

setName(String)
oMethod in class symantec.itools.db.pro.RelationView.
oSets a RelationView's name.
setNull
oMethod in several classes.
oSets a Projection value to NULL.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setNull(int)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setNull(int, int)
setNull(String, int)

setPassword(String)
oMethod in class symantec.itools.db.pro.ConnectionInfo.
oSets a password for logging onto a database.
setRequestProperties(Properties)
oMethod in class symantec.itools.db.pro.Request.
oSets Request properties.
setShort
oMethod in several classes.
oSets a Projection value to a short value.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setShort(short)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setShort(int, short)
setShort(String, short)

setSQL(String)
oMethod in class symantec.itools.db.pro.Request.
oSets a SQL statement.
setString
oMethod in several classes.
oSets a Projection value to a String value.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setString(String)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setString(int, String)
setString(String, String)

setTime
oMethod in several classes.
oSets a Projection value to a symjava.sql.Time value.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setTime(Time)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setTime(int, Time)
setTime(String, Time)

setTimestamp
oMethod in several classes.
oSets a Projection value to a symjava.sql.Timestamp value.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setTimestamp(Timestamp)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setTimestamp(int, Timestamp)
setTimestamp(String, Timestamp)

setUnicodeStream
oMethod in several classes.
oSets a Projection value to a java.io.InputStream object in Unicode format.
oSyntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
setUnicodeStream(InputStream, int)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setUnicodeStream(int, InputStream, int)
setUnicodeStream(String, InputStream, int)

setUser(String)
oMethod in class symantec.itools.db.pro.ConnectionInfo.
oSets a user name for logging onto a database.
setValueFromString
oMethod in several classes.
oSets a Projection value to a String value.
oSyntaxes for class symantec.itools.db.pro.ProjBinder:
setValueFromString(String)
setValueFromString(String, int)
setValueFromString(String, int, int)
setValueFromString(String, String, int)
setValueFromString(String, String, int, int)
setValueFromString(String, int, int, int)
oSyntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
setValueFromString(int, String)
setValueFromString(int, String, int)
setValueFromString(int, String, int, int)
setValueFromString(int, String, String, int)
setValueFromString(int, String, String, int, int)
setValueFromString(int, String, int, int, int)

SQLConnectionException
oException in package symantec.itools.db.pro.
oIndicates that a database connection failed.
SQLException
oException in package symantec.itools.db.pro.
oIndicates that a dbANYWHERE Server operation failed.
SQLServerConnException
oException in package symantec.itools.db.pro.
oIndicates that a socket connection to a dbANYWHERE Server is broken.
sqlTypeConvert
oMethod in class symantec.itools.db.pro.RelationView.
oReturns the int or String equivalent of a String or int data type name.
oSyntaxes:
sqlTypeConvert(String)
sqlTypeConvert(int)

storesLowerCaseIdentifiers( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database stores lower case identifiers.
storesLowerCaseQuotedIdentifiers( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database stores lower case quoted identifiers.
storesMixedCaseIdentifiers( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database stores mixed case identifiers.
storesMixedCaseQuotedIdentifiers( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database stores mixed case quoted identifiers.
storesUpperCaseIdentifiers( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database stores upper case identifiers.
storesUpperCaseQuotedIdentifiers( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database stores upper case quoted identifiers.
supportsAlterTableWithAddColumn( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database lets you add a column to a table.
supportsAlterTableWithDropColumn( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database lets you delete a column from a table.
supportsANSI92EntryLevelSQL( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports ANSI 92 entry level SQL.
supportsANSI92FullSQL( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports ANSI 92 full SQL.
supportsANSI92IntermediateSQL( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports ANSI 92 intermediate SQL.
supportsCatalogsInDataManipulation( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database updates its catalogs when you manipulate its data.
supportsCatalogsInIndexDefinitions( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database updates its catalogs when you define an index.
supportsCatalogsInPrivilegeDefinitions( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database updates its catalogs when you define a privilege.
supportsCatalogsInProcedureCalls( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database updates its catalogs when you call a stored procedure.
supportsCatalogsInTableDefinitions( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database updates its catalogs when you define a table.
supportsColumnAliasing( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports aliases for columns.
supportsConvert
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports conversions from one specified data type to another specified data type.
oSyntaxes:
supportsConvert( )
supportsConvert(int, int)

supportsCoreSQLGrammar( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports core SQL grammar.
supportsCorrelatedSubqueries( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports correlated subqueries.
supportsDataDefinitionAndDataManipulationTransactions( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports data definition and data manipulation transactions.
supportsDataManipulationTransactionsOnly( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports data manipulation transactions only.
supportsDifferentTableCorrelationNames( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports different table correlation names.
supportsExpressionsInOrderBy( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports expression in ORDER BY clauses.
supportsExtendedSQLGrammar( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports extended SQL grammar.
supportsFullOuterJoins( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports full outer joins.
supportsGroupBy( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports GROUP BY clauses.
supportsGroupByBeyondSelect( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports GROUP BY clauses in SQL statements that are not SELECT statements.
supportsGroupByUnrelated( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports GROUP BY clauses that have unrelated elements.
supportsIntegrityEnhancementFacility( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports an integrity enhancement facility.
supportsLikeEscapeClause( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports the "like" escape clause.
supportsLimitedOuterJoins( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports limited outer joins.
supportsMinimumSQLGrammar( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports minimum SQL grammar.
supportsMixedCaseIdentifiers( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports mixed case identifiers.
supportsMixedCaseQuotedIdentifiers( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports mixed case quoted identifiers.
supportsMultipleResultSets( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports multiple result sets.
supportsMultipleTransactions( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports multiple transactions.
supportsNonNullableColumns( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports non-NULLable columns.
supportsOpenCursorsAcrossCommit( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports open cursors across a commit.
supportsOpenCursorsAcrossRollback( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports open cursors across a rollback.
supportsOpenStatementsAcrossCommit( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports open SQL statements across a commit.
supportsOpenStatementsAcrossRollback( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports open SQL statements across a rollback.
supportsOrderByUnrelated( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports ORDER BY clauses with unrelated elements.
supportsOuterJoins( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports outer joins.
supportsPositionedDelete( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports positioned deletes.
supportsPositionedUpdate( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports positioned updates.
supportsSchemasInDataManipulation( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database updates its schemas when you manipulate its data.
supportsSchemasInIndexDefinitions( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database updates its schemas when you define an index.
supportsSchemasInPrivilegeDefinitions( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database updates its schemas when you define a privilege.
supportsSchemasInProcedureCalls( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database updates its schemas when you call a stored procedure.
supportsSchemasInTableDefinitions( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database updates its schemas when you define a table.
supportsSelectForUpdate( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports "select for" updates.
supportsStoredProcedures( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports stored procedures.
supportsSubqueriesInComparisons( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports subqueries in comparisons.
supportsSubqueriesInExists( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports subqueries in "exist"s.
supportsSubqueriesInIns( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports subqueries in "in"s.
supportsSubqueriesInQuantifieds( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports subqueries in "quantified"s.
supportsTableCorrelationNames( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports table correlation names.
supportsTransactionIsolationLevel(int)
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports a transaction isolation level.
supportsTransactions( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database lets you perform a transaction.
supportsUnion( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports UNION statements.
supportsUnionAll( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database supports UNION ALL statements.


T
     
Top


U
     
Top

unBindObj(Object)
oMethod in class symantec.itools.db.pro.RelationView.
oUnbinds an object.
unBindProj(int)
oMethod in class symantec.itools.db.pro.RelationView.
oUnbinds a projection.
undoDataChanges( )
oMethod in class symantec.itools.db.pro.MultiView.
oUndoes a MultiView's data changes.
undoRecord( )
oMethod in class symantec.itools.db.pro.RelationView.
oUndoes a record's data changes.
UNIQUE
oStatic variable in class symantec.itools.db.pro.Request.
oSpecifies the unique value for an optimistic concurrency setting.
UNIQUE_MODIFIED
oStatic variable in class symantec.itools.db.pro.Request.
oSpecifies the unique modified value for an optimistic concurrency setting.
usesLocalFilePerTable( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database uses a local file for each table.
usesLocalFiles( )
oMethod in class symantec.itools.db.pro.SessionMetaData.
oIndicates whether or not a database uses local files.


V


W


X


Y


Z


Top

Copyright © 1996 Symantec Corporation. All rights reserved.