public class ZohoAnalyticsResultSetMetaData extends ZohoAnalyticsWrapper implements java.sql.ResultSetMetaData
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCatalogName(int columnIndex)
See getCatalogName |
java.lang.String |
getColumnClassName(int columnIndex)
|
int |
getColumnCount()
See getColumnCount |
int |
getColumnDisplaySize(int columnIndex)
|
java.lang.String |
getColumnLabel(int columnIndex)
See getColumnLabel |
java.lang.String |
getColumnName(int columnIndex)
See getColumnName |
int |
getColumnType(int columnIndex)
See getColumnType |
java.lang.String |
getColumnTypeName(int columnIndex)
|
int |
getPrecision(int columnIndex)
See getPrecision |
int |
getScale(int columnIndex)
See getScale |
java.lang.String |
getSchemaName(int columnIndex)
See getSchemaName |
java.lang.String |
getTableName(int columnIndex)
See getTableName |
boolean |
isAutoIncrement(int columnIndex)
See isAutoIncrement |
boolean |
isCaseSensitive(int columnIndex)
See isCaseSensitive |
boolean |
isCurrency(int columnIndex)
See isCurrency |
boolean |
isDefinitelyWritable(int columnIndex)
|
int |
isNullable(int columnIndex)
See isNullable |
boolean |
isReadOnly(int columnIndex)
See isReadOnly |
boolean |
isSearchable(int columnIndex)
See isSearchable |
boolean |
isSigned(int columnIndex)
Not implemented.
|
boolean |
isWritable(int param)
See isWritable |
isWrapperFor, unwrappublic java.lang.String getCatalogName(int columnIndex)
throws java.sql.SQLException
See getCatalogNamegetCatalogName in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic java.lang.String getColumnClassName(int columnIndex)
throws java.sql.SQLException
getColumnClassName in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic int getColumnCount()
throws java.sql.SQLException
See getColumnCountgetColumnCount in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic int getColumnDisplaySize(int columnIndex)
throws java.sql.SQLException
getColumnDisplaySize in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic java.lang.String getColumnLabel(int columnIndex)
throws java.sql.SQLException
See getColumnLabelgetColumnLabel in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic java.lang.String getColumnName(int columnIndex)
throws java.sql.SQLException
See getColumnNamegetColumnName in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic int getColumnType(int columnIndex)
throws java.sql.SQLException
See getColumnTypegetColumnType in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic java.lang.String getColumnTypeName(int columnIndex)
throws java.sql.SQLException
getColumnTypeName in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic int getPrecision(int columnIndex)
throws java.sql.SQLException
See getPrecision
getPrecision in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic int getScale(int columnIndex)
throws java.sql.SQLException
See getScale
getScale in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic java.lang.String getSchemaName(int columnIndex)
throws java.sql.SQLException
See getSchemaNamegetSchemaName in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic java.lang.String getTableName(int columnIndex)
throws java.sql.SQLException
See getTableNamegetTableName in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isAutoIncrement(int columnIndex)
throws java.sql.SQLException
See isAutoIncrementisAutoIncrement in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isCaseSensitive(int columnIndex)
throws java.sql.SQLException
See isCaseSensitiveisCaseSensitive in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isCurrency(int columnIndex)
throws java.sql.SQLException
See isCurrencyisCurrency in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isDefinitelyWritable(int columnIndex)
throws java.sql.SQLException
isDefinitelyWritable in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic int isNullable(int columnIndex)
throws java.sql.SQLException
See isNullable
isNullable in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isReadOnly(int columnIndex)
throws java.sql.SQLException
See isReadOnlyisReadOnly in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isSearchable(int columnIndex)
throws java.sql.SQLException
See isSearchableisSearchable in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isSigned(int columnIndex)
throws java.sql.SQLException
See isSigned
isSigned in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionpublic boolean isWritable(int param)
throws java.sql.SQLException
See isWritableisWritable in interface java.sql.ResultSetMetaDatajava.sql.SQLExceptionCopyright © 2025 AdventNet Inc. All Rights Reserved.