Represents the schema of an UltraLite result set.
Syntaxpublic class ResultSetSchema
MembersAll members of ResultSetSchema class, including all inherited members.
| Name | Description |
|---|---|
| Returns the number of columns in this result set. | |
| Returns the 1-based column ID of the named column. | |
| Returns the name of a column given its 1-based column ID. | |
| Returns the precision of the named column. | |
| Returns the precision of the column specified by column ID. | |
| Returns the scale of the named column. | |
| Returns the scale of the column specified by the column ID. | |
| Returns the size of the named column. | |
| Returns the size of the column specified by the column ID. | |
| Returns the SQL type of the named column. | |
| Returns the SQL type of the column specified by column ID. | |
| Checks whether this result set is currently open. |
getColumnCount method
getColumnID method
getColumnName method
getColumnPrecision method
getColumnPrecisionByColID method
getColumnScale method
getColumnScaleByColID method
getColumnSize method
getColumnSizeByColID method
getColumnSQLType method
getColumnSQLTypeByColID method
isOpen method
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |
