public class ZohoReportsResultSetMetaData extends ZohoReportsWrapper 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, unwrap
public java.lang.String getCatalogName(int columnIndex) throws java.sql.SQLException
See getCatalogName
getCatalogName
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public java.lang.String getColumnClassName(int columnIndex) throws java.sql.SQLException
getColumnClassName
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public int getColumnCount() throws java.sql.SQLException
See getColumnCount
getColumnCount
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public int getColumnDisplaySize(int columnIndex) throws java.sql.SQLException
getColumnDisplaySize
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public java.lang.String getColumnLabel(int columnIndex) throws java.sql.SQLException
See getColumnLabel
getColumnLabel
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public java.lang.String getColumnName(int columnIndex) throws java.sql.SQLException
See getColumnName
getColumnName
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public int getColumnType(int columnIndex) throws java.sql.SQLException
See getColumnType
getColumnType
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public java.lang.String getColumnTypeName(int columnIndex) throws java.sql.SQLException
getColumnTypeName
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public int getPrecision(int columnIndex) throws java.sql.SQLException
See getPrecision
getPrecision
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public int getScale(int columnIndex) throws java.sql.SQLException
See getScale
getScale
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public java.lang.String getSchemaName(int columnIndex) throws java.sql.SQLException
See getSchemaName
getSchemaName
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public java.lang.String getTableName(int columnIndex) throws java.sql.SQLException
See getTableName
getTableName
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public boolean isAutoIncrement(int columnIndex) throws java.sql.SQLException
See isAutoIncrement
isAutoIncrement
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public boolean isCaseSensitive(int columnIndex) throws java.sql.SQLException
See isCaseSensitive
isCaseSensitive
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public boolean isCurrency(int columnIndex) throws java.sql.SQLException
See isCurrency
isCurrency
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public boolean isDefinitelyWritable(int columnIndex) throws java.sql.SQLException
isDefinitelyWritable
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public int isNullable(int columnIndex) throws java.sql.SQLException
See isNullable
isNullable
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public boolean isReadOnly(int columnIndex) throws java.sql.SQLException
See isReadOnly
isReadOnly
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public boolean isSearchable(int columnIndex) throws java.sql.SQLException
See isSearchable
isSearchable
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public boolean isSigned(int columnIndex) throws java.sql.SQLException
See isSigned
isSigned
in interface java.sql.ResultSetMetaData
java.sql.SQLException
public boolean isWritable(int param) throws java.sql.SQLException
See isWritable
isWritable
in interface java.sql.ResultSetMetaData
java.sql.SQLException
Copyright © 2024 AdventNet Inc. All Rights Reserved.