Public Methods | |
| int | getColumnType (int column) throws SQLException |
| String | getColumnTypeName (int column) throws SQLException |
| int | getColumnCount () throws SQLException |
| boolean | isAutoIncrement (int column) throws SQLException |
| boolean | isCaseSensitive (int column) throws SQLException |
| boolean | isSearchable (int column) throws SQLException |
| boolean | isCurrency (int column) throws SQLException |
| int | isNullable (int column) throws SQLException |
| boolean | isSigned (int column) throws SQLException |
| int | getColumnDisplaySize (int column) throws SQLException |
| String | getColumnLabel (int column) throws SQLException |
| String | getColumnName (int column) throws SQLException |
| String | getSchemaName (int column) throws SQLException |
| int | getPrecision (int column) throws SQLException |
| int | getScale (int column) throws SQLException |
| String | getTableName (int column) throws SQLException |
| String | getCatalogName (int column) throws SQLException |
| boolean | isReadOnly (int column) throws SQLException |
| boolean | isWritable (int column) throws SQLException |
| boolean | isDefinitelyWritable (int column) throws SQLException |
| String | getColumnClassName (int column) throws SQLException |
Definition at line 910 of file DTOResultSet.java.
|
|
Always returns "DTOCatalog" Definition at line 1030 of file DTOResultSet.java. |
|
|
Always returns java.lang.Object Definition at line 1050 of file DTOResultSet.java. |
|
|
Returns the number of columns in this Definition at line 951 of file DTOResultSet.java. Referenced by sosc::DTOResultSet::DTOResultSet(). |
|
|
Always returns 12 Definition at line 989 of file DTOResultSet.java. |
|
|
Definition at line 994 of file DTOResultSet.java. |
|
|
Get the designated column's name. Definition at line 1002 of file DTOResultSet.java. Referenced by sosc::DTOResultSet::DTOResultSet(). |
|
|
Retrieves the designated column's SQL type. Definition at line 915 of file DTOResultSet.java. Referenced by sosc::DTOResultSet::DTOResultSet(). |
|
|
Always returns "DTOResultSetColumn" Definition at line 944 of file DTOResultSet.java. |
|
|
Always returns 2. Definition at line 1015 of file DTOResultSet.java. |
|
|
Always returns 32. Definition at line 1020 of file DTOResultSet.java. |
|
|
Always returns "DTOResultSetSchema" Definition at line 1010 of file DTOResultSet.java. |
|
|
Always returns "DTOTable" Definition at line 1025 of file DTOResultSet.java. |
|
|
Always returns false. Definition at line 959 of file DTOResultSet.java. |
|
|
Always returns true. Definition at line 964 of file DTOResultSet.java. |
|
|
Always returns false. Definition at line 974 of file DTOResultSet.java. |
|
|
Always returns true Definition at line 1045 of file DTOResultSet.java. |
|
|
Always returns columnNullable Definition at line 979 of file DTOResultSet.java. |
|
|
Always returns false. Definition at line 1035 of file DTOResultSet.java. |
|
|
Always returns true. Definition at line 969 of file DTOResultSet.java. |
|
|
Always returns true. Definition at line 984 of file DTOResultSet.java. |
|
|
Always returns true Definition at line 1040 of file DTOResultSet.java. |
1.2.15