|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use dbCursor | |
---|---|
vortex | |
vortex.sql |
Uses of dbCursor in vortex |
---|
Methods in vortex with parameters of type dbCursor | |
---|---|
void |
dbChannel.close(dbCursor cursor,
boolean hard)
Close a dbCursor. |
boolean |
dbChannel.Command(dbCursor cursor,
int command,
java.lang.String sql)
Send VORTEXchannel command. |
void |
dbChannel.descparms(dbCursor cursor)
Describe the bind parameters |
void |
dbChannel.execute(dbCursor cursor)
Execute a non-SELECT dbCursor. |
void |
dbChannel.executeIO(dbCursor cursor)
Execute a stored procedure dbCursor. |
void |
dbChannel.executePX(dbCursor cursorPX,
int fetDbcur)
Execute a non-SELECT position exec dbCursor. |
void |
dbChannel.fetch(dbCursor cursor)
Open and fetch from a SELECT dbCursor. |
dbBlob |
dbChannel.getBlob(dbCursor cursor,
int blobColumn,
int maxNumBytes)
Get (receive) BLOB/CLOB data from the RDBMS. |
byte[] |
dbChannel.getByte(dbCursor cursor)
Get the next column as a byte array. |
java.util.Date |
dbChannel.getDate(dbCursor cursor)
Get the next column as a Date. |
dbNumber |
dbChannel.getNumber(dbCursor cursor)
Get the next column as a dbNumber. |
void |
dbChannel.getSkip(dbCursor cursor,
int numColsToSkip,
boolean stopOnColZero)
Skip (pass over) columns. |
java.lang.String |
dbChannel.getString(dbCursor cursor)
Get the next column as a string. |
int |
dbChannel.IPC(dbCursor cursor,
java.lang.String sql)
Send VORTEXchannel IPC. |
void |
dbChannel.putBlob(dbCursor cursor,
int blobColumn,
dbBlob blob)
Put (send) BLOB/CLOB data to the RDBMS. |
void |
dbChannel.sql(dbCursor cursor,
java.lang.String sqlStatement,
int numDimensions,
int numParameters)
Associate a SQL statement to a dbCursor. |
Uses of dbCursor in vortex.sql |
---|
Methods in vortex.sql that return dbCursor | |
---|---|
dbCursor |
vortexRecord.getDbCursor()
Return VORTEX dbCursor for this record |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |