|
Public Member Functions |
virtual RString | getBaseTypeName ()=0 throw ( RSQLException ) |
| This method returns the name of the SQL type of the elements in this array.
|
virtual int | getBaseType ()=0 throw ( RSQLException ) |
| This method returns the JDBC type identifier of the elements in this array.
|
virtual acdk::lang::Object | getArray ()=0 throw ( RSQLException ) |
| This method returns the contents of this array.
|
virtual acdk::lang::Object | getArray (IN(acdk::util::RMap) map)=0 throw ( RSQLException ) |
| This method returns the contents of this array.
|
virtual acdk::lang::Object | getArray (int offset, int count)=0 throw ( RSQLException ) |
| This method returns a portion of this array starting at index offset into the array and continuing for length elements.
|
virtual acdk::lang::Object | getArray (int index, int count, IN(acdk::util::RMap) map)=0 throw ( RSQLException ) |
| This method returns a portion of this array starting at index offset into the array and continuing for length elements.
|
virtual RResultSet | getResultSet ()=0 throw ( RSQLException ) |
| This method returns the elements in the array as a ResultSet .
|
virtual RResultSet | getResultSet (IN(acdk::util::RMap) map)=0 throw ( RSQLException ) |
| This method returns the elements in the array as a ResultSet .
|
virtual RResultSet | getResultSet (int index, int count)=0 throw ( RSQLException ) |
| This method returns a portion of the array as a ResultSet .
|
virtual RResultSet | getResultSet (int index, int count, IN(acdk::util::RMap) map)=0 throw ( RSQLException ) |
| This method returns a portion of the array as a ResultSet .
|