|
|||||||||
| Home >> All >> com >> tripi >> asp >> [ ADODB overview ] | PREV NEXT | ||||||||
A
- AbsolutePage() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to return cursor page.
- AbsolutePosition() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to return the cursor position.
- AbsolutePosition(int) - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to set the cursor position.
- ActiveCommand() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function
- ActiveConnection() - Method in class com.tripi.asp.ADODB.Command
- Obtain the active connection.
- ActiveConnection(Connection) - Method in class com.tripi.asp.ADODB.Command
- Set the active connection to a connection object.
- ActiveConnection(String) - Method in class com.tripi.asp.ADODB.Command
- Sets the active connection to a string object.
- ActiveConnection() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function
- ActualSize() - Method in class com.tripi.asp.ADODB.RecordSet.Field
- ASP-Accessible function to obtain the 'actual size' of a column.
- AddError(AspException) - Method in class com.tripi.asp.ADODB.Connection.ErrorsClass
- Internal function to add an error to the list
- AddNew() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to add a new row.
- AddNew(Object[], Object[]) - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to add a new row with predefined values.
- Attributes - Variable in class com.tripi.asp.ADODB.Connection
- Attributes of this connection
B
- BOF - Variable in class com.tripi.asp.ADODB.RecordSet
- ASP - Accessible BOF marker
- BeginTrans() - Method in class com.tripi.asp.ADODB.Connection
- Begin a transaction.
C
- CacheSize - Variable in class com.tripi.asp.ADODB.RecordSet
- Size for caching
- CancelUpdate() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to cancel any pending updates.
- Clear() - Method in class com.tripi.asp.ADODB.Connection.ErrorsClass
- Clears the SQL errors
- Close() - Method in class com.tripi.asp.ADODB.Connection
- Close the current, open database connection.
- Close() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to close the record set.
- Command - class com.tripi.asp.ADODB.Command.
- This class represents the ADODB.Command object used to prepare statements for execution.
- Command() - Constructor for class com.tripi.asp.ADODB.Command
- CommandText - Variable in class com.tripi.asp.ADODB.Command
- Text of the command to execute
- CommandTimeout - Variable in class com.tripi.asp.ADODB.Connection
- Timeout for commands
- CommandType - Variable in class com.tripi.asp.ADODB.Command
- Type of the command
- CommitTrans() - Method in class com.tripi.asp.ADODB.Connection
- Commits the current, active transaction, throws an exception if called outside of a transaction.
- Connection - class com.tripi.asp.ADODB.Connection.
- This class represents the ADODB.Connection object.
- Connection() - Constructor for class com.tripi.asp.ADODB.Connection
- Constructor, no arguments.
- Connection.ConnectionInfo - class com.tripi.asp.ADODB.Connection.ConnectionInfo.
- This sub-class is used to return multiple arguments from the parseConnectionInfo(String) function.
- Connection.ConnectionInfo() - Constructor for class com.tripi.asp.ADODB.Connection.ConnectionInfo
- Connection.ErrorsClass - class com.tripi.asp.ADODB.Connection.ErrorsClass.
- This inner class contains the list of SQL errors.
- Connection.ErrorsClass() - Constructor for class com.tripi.asp.ADODB.Connection.ErrorsClass
- ConnectionString - Variable in class com.tripi.asp.ADODB.Connection
- Current connection string
- ConnectionTimeout - Variable in class com.tripi.asp.ADODB.Connection
- Timeout for connections
- Count() - Method in class com.tripi.asp.ADODB.Connection.ErrorsClass
- Returns number of errors in list.
- Count() - Method in class com.tripi.asp.ADODB.RecordSet.FieldsMap
- ASP-Accessible function to obtain the number of fields.
- CursorLocation - Variable in class com.tripi.asp.ADODB.Connection
- Cursor location, server or client.
- CursorLocation - Variable in class com.tripi.asp.ADODB.RecordSet
- Where is the cursor, server or client?
- CursorType - Variable in class com.tripi.asp.ADODB.RecordSet
- Type of cursor
- columnIndex - Variable in class com.tripi.asp.ADODB.RecordSet.Field
- This class's column index.
- columnNames - Variable in class com.tripi.asp.ADODB.RecordSet
- Hashtable mapping column names to index.
- com.tripi.asp.ADODB - package com.tripi.asp.ADODB
- cx - Variable in class com.tripi.asp.ADODB.Connection
- Current java.sql.Connection object.
D
- DBG - Variable in class com.tripi.asp.ADODB.Connection
- Debugging category.
- DBG - Static variable in class com.tripi.asp.ADODB.Connection.ErrorsClass
- Debugging context
- DBG - Static variable in class com.tripi.asp.ADODB.RecordSet
- Debugging category
- DefaultDatabase - Variable in class com.tripi.asp.ADODB.Connection
- Default database.
- DefinedSize() - Method in class com.tripi.asp.ADODB.RecordSet.Field
- ASP-Accessible function to obtain the column's display size.
- driver - Variable in class com.tripi.asp.ADODB.Connection.ConnectionInfo
- The JDBC driver
E
- EOF - Variable in class com.tripi.asp.ADODB.RecordSet
- ASP - Accessible EOF marker
- Errors - Variable in class com.tripi.asp.ADODB.Connection
- List of errors thrown by this class.
- Execute() - Method in class com.tripi.asp.ADODB.Command
- Execute a statements based off this command object.
- Execute(ByRefValue) - Method in class com.tripi.asp.ADODB.Command
- Execute a statement, returning the number of elements affected.
- Execute(String) - Method in class com.tripi.asp.ADODB.Connection
- Execute the given SQL statement.
- Execute(String, ByRefValue) - Method in class com.tripi.asp.ADODB.Connection
- Executes the given SQL statement, returning a result value.
- Execute(String, ByRefValue, int) - Method in class com.tripi.asp.ADODB.Connection
- Executes the given SQL statement, returning a result value.
F
G
- GetRows() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to obtain a set of rows in an array.
- GetRows(int) - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to obtain a set of rows in an array.
- get(Object) - Method in class com.tripi.asp.ADODB.Connection.ErrorsClass
- Obtain the error at the specified index.
- get(Object) - Method in class com.tripi.asp.ADODB.RecordSet.FieldsMap
- get(Object) - Method in class com.tripi.asp.ADODB.RecordSet
- SimpleMap function to obtain the value of the record at the specified index.
- getColumnNames() - Method in class com.tripi.asp.ADODB.RecordSet
- Internal function which obtains the column names from the result set.
- getKeys() - Method in class com.tripi.asp.ADODB.Connection.ErrorsClass
- Function to obtain keys in this collection.
- getKeys() - Method in class com.tripi.asp.ADODB.RecordSet.FieldsMap
- getKeys() - Method in class com.tripi.asp.ADODB.RecordSet
- SimpleMap function to obtain the keys in the record, effectivly the column names.
- getValue() - Method in class com.tripi.asp.ADODB.RecordSet.Field
- Getter, obtains the value.
- getValue() - Method in class com.tripi.asp.ADODB.RecordSet.UniqueIdentifierObj
H
- hasNoElements - Variable in class com.tripi.asp.ADODB.RecordSet
- This variable is marked true when there are no results in the query
I
- IsolationLevel - Variable in class com.tripi.asp.ADODB.Connection
- Isolation level.
- inTransaction - Variable in class com.tripi.asp.ADODB.Connection
- Are we in a transaction?
- isOnInsertRow - Variable in class com.tripi.asp.ADODB.RecordSet
- This variable is marked true when the query is currently on the insert row
M
- Mode - Variable in class com.tripi.asp.ADODB.Connection
- Mode for modifying data.
- Move(int) - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to move by the specified number of rows.
- MoveFirst() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to move to the first row.
- MoveLast() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to move to the last row.
- MoveNext() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to move to the next row.
- MovePrevious() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to move back one row.
N
- Name() - Method in class com.tripi.asp.ADODB.RecordSet.Field
- ASP-Accessible function to obtain the column's name.
- NumericScale() - Method in class com.tripi.asp.ADODB.RecordSet.Field
- ASP-Accessible function to obtain the column's numeric scale.
O
- OnPageEnd(Object) - Method in class com.tripi.asp.ADODB.Connection
- What to do on page end.
- OnPageEnd(Object) - Method in class com.tripi.asp.ADODB.RecordSet
- Internal function called on page end.
- Open(String, String, String) - Method in class com.tripi.asp.ADODB.Connection
- Open a URL with username and password.
- Open(String) - Method in class com.tripi.asp.ADODB.Connection
- Open a database connection, giving only an URL.
- Open() - Method in class com.tripi.asp.ADODB.Connection
- Open a database using the ConnectionString parameter as the URL.
- Open(String, String) - Method in class com.tripi.asp.ADODB.RecordSet
- Open a connection, based on a string DSN.
- Open(String, String, int) - Method in class com.tripi.asp.ADODB.RecordSet
- Open a connection, based on a string DSN, with a specified cursor type.
- Open(String, String, int, int) - Method in class com.tripi.asp.ADODB.RecordSet
- Open a connection, based on a string DSN, with a specified cursor type.
- Open(String, Connection) - Method in class com.tripi.asp.ADODB.RecordSet
- Open a result set, based on the specified connection object.
- Open(String, Connection, int) - Method in class com.tripi.asp.ADODB.RecordSet
- Open a result set, based on the specified connection object, with a specified lock type.
- Open(String, Connection, int, int) - Method in class com.tripi.asp.ADODB.RecordSet
- Open a result set, based on the specified connection object, with a specified cursor type, and specified lock semantics.
- Open(String, Connection, int, int, int) - Method in class com.tripi.asp.ADODB.RecordSet
- Open a result set, based on the specified connection object, with a specified cursor type, and specified lock semantics.
- Open(Command) - Method in class com.tripi.asp.ADODB.RecordSet
- Open a result set, based on the specified command object.
- Open(Command, Object, int, int) - Method in class com.tripi.asp.ADODB.RecordSet
- Open a result set, based on the specified command object.
- Open(Command, Object, int, int, int) - Method in class com.tripi.asp.ADODB.RecordSet
- Open a result set, based on the specified command object.
- ownConnection - Variable in class com.tripi.asp.ADODB.RecordSet
- This flag is true if we opened the connection through RS.Open
P
- PageCount() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to obtain the number of pages in the query
- PageSize - Variable in class com.tripi.asp.ADODB.RecordSet
- Size for paging
- Precision() - Method in class com.tripi.asp.ADODB.RecordSet.Field
- ASP-Accessible function to obtain the column's precision.
- Properties - Variable in class com.tripi.asp.ADODB.Connection
- Properties list.
- Provider - Variable in class com.tripi.asp.ADODB.Connection
- Provider information
- parseConnectionInfo(String) - Method in class com.tripi.asp.ADODB.Connection
- This function parses the given URL into parts.
- password - Variable in class com.tripi.asp.ADODB.Connection.ConnectionInfo
- The password
- processException(Throwable) - Method in class com.tripi.asp.ADODB.Connection
- Process this exception, add it to the error list and re-throw it as an AspException.
- processException(Throwable, int) - Method in class com.tripi.asp.ADODB.Connection
- Process this exception, add it to the error list and re-throw it as an AspException.
- put(Object, Object) - Method in class com.tripi.asp.ADODB.Connection.ErrorsClass
- The Errors list is read-only, so this function will throw an error.
- put(Object, Object) - Method in class com.tripi.asp.ADODB.RecordSet.FieldsMap
- put(Object, Object) - Method in class com.tripi.asp.ADODB.RecordSet
- SimpleMap function to set the value of the record at the specified index.
R
- RecordCount() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to obtain the number of records in the query.
- RecordSet - class com.tripi.asp.ADODB.RecordSet.
- This class implements the ADODB.RecordSet object.
- RecordSet() - Constructor for class com.tripi.asp.ADODB.RecordSet
- Constructor with no parameters.
- RecordSet.Field - class com.tripi.asp.ADODB.RecordSet.Field.
- This class implements the ADODB.Fields records.
- RecordSet.Field(int) - Constructor for class com.tripi.asp.ADODB.RecordSet.Field
- Internal constructor, column index based
- RecordSet.FieldsMap - class com.tripi.asp.ADODB.RecordSet.FieldsMap.
- This class represents a mapping from a field name/index to a ADODB.Fields record
- RecordSet.FieldsMap() - Constructor for class com.tripi.asp.ADODB.RecordSet.FieldsMap
- RecordSet.UniqueIdentifierObj - class com.tripi.asp.ADODB.RecordSet.UniqueIdentifierObj.
- RecordSet.UniqueIdentifierObj(byte[]) - Constructor for class com.tripi.asp.ADODB.RecordSet.UniqueIdentifierObj
- Requery() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to requery the database.
- RollbackTrans() - Method in class com.tripi.asp.ADODB.Connection
- Rolls back the current, active transaction, throws an exception if called outside of a transaction.
- rs - Variable in class com.tripi.asp.ADODB.RecordSet
- Active record set, null if no active RS
- rsmd - Variable in class com.tripi.asp.ADODB.RecordSet
- Meta data for the query
S
- State() - Method in class com.tripi.asp.ADODB.Connection
- State, open or closed.
- setCommand(Command) - Method in class com.tripi.asp.ADODB.RecordSet
- Internal function to set the active command.
- setConnection(Connection) - Method in class com.tripi.asp.ADODB.RecordSet
- Internal function to set the active connection.
- setResultSet(ResultSet) - Method in class com.tripi.asp.ADODB.RecordSet
- Internal function to set the active result set
- setStatement(Statement) - Method in class com.tripi.asp.ADODB.RecordSet
- Internal function to set the active statement.
- setValue(Object) - Method in class com.tripi.asp.ADODB.RecordSet.Field
- Setting, set the value.
- setValue(Object) - Method in class com.tripi.asp.ADODB.RecordSet.UniqueIdentifierObj
- stmt - Variable in class com.tripi.asp.ADODB.RecordSet
- Active statement, null if no active statement
T
- toString() - Method in class com.tripi.asp.ADODB.RecordSet.UniqueIdentifierObj
U
- Update() - Method in class com.tripi.asp.ADODB.RecordSet
- ASP-Accessible function to update all pending changes.
- uniqueID - Variable in class com.tripi.asp.ADODB.RecordSet.UniqueIdentifierObj
- url - Variable in class com.tripi.asp.ADODB.Connection.ConnectionInfo
- The JDBC URL
- username - Variable in class com.tripi.asp.ADODB.Connection.ConnectionInfo
- The username
V
- Value() - Method in class com.tripi.asp.ADODB.RecordSet.Field
- ASP-Accessible function to obtain the value of the column.
- Value(Object) - Method in class com.tripi.asp.ADODB.RecordSet.Field
- ASP-Accessible function to set this column's value.
- Version() - Method in class com.tripi.asp.ADODB.Connection
- Obtains the ASP Version.
_
- _ActiveCommand - Variable in class com.tripi.asp.ADODB.RecordSet
- Internal variable to store the active command
- _ActiveConnection - Variable in class com.tripi.asp.ADODB.Command
- Internal Active connection
- _ActiveConnection - Variable in class com.tripi.asp.ADODB.RecordSet
- Internal variable to store the active connection
- _ActiveSQL - Variable in class com.tripi.asp.ADODB.RecordSet
- Internal variable used to re-query the SQL
- _errorlist - Variable in class com.tripi.asp.ADODB.Connection.ErrorsClass
- Internal list of SQL errors.
A B C D E F G H I M N O P R S T U V _
|
|||||||||
| Home >> All >> com >> tripi >> asp >> [ ADODB overview ] | PREV NEXT | ||||||||