public interface CommandBuildResultsPlugin
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName(int col)
Not mandatory to supply a key for the row as well.
|
java.lang.String |
getColumnType(int col)
get the column type
|
java.lang.String |
getCursorName()
Returns the name for the current cursor
|
java.lang.String |
getRawTitle()
Returns the title of the cursor
|
java.lang.String |
getRecordID(int row)
We are at the last row when we return null for the record ID.
|
java.lang.String |
getRecordKey(int row)
record key
|
java.lang.Object |
getValue(int row,
int col)
The value for this column/row
|
boolean |
isExecuteOnly()
is this defined ( JDBC spec) to be execute only
|
java.lang.String getRecordID(@Nonnegative int row)
row
- The row number ( offset from 1)java.lang.String getRecordKey(int row)
row
- The row number ( offset from 1)java.lang.String getColumnName(int col)
col
- The column number ( offset from 1)java.lang.String getColumnType(int col) throws java.lang.Exception
col
- The column number ( offset from 1)java.lang.Exception
- A serious problemjava.lang.Object getValue(int row, int col) throws java.lang.Exception
row
- The row number ( offset from 1)col
- The column number ( offset from 1)java.lang.Exception
- A serious problemjava.lang.String getCursorName() throws java.lang.Exception
java.lang.Exception
- A serious problemjava.lang.String getRawTitle() throws java.lang.Exception
java.lang.Exception
- A serious problemboolean isExecuteOnly()
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.