Package com.zoho.analytics.jdbc
Class ZohoAnalyticsResultSetMetaData
- java.lang.Object
-
- com.zoho.analytics.jdbc.ZohoAnalyticsWrapper
-
- com.zoho.analytics.jdbc.ZohoAnalyticsResultSetMetaData
-
- All Implemented Interfaces:
java.sql.ResultSetMetaData,java.sql.Wrapper
public class ZohoAnalyticsResultSetMetaData extends ZohoAnalyticsWrapper implements java.sql.ResultSetMetaData
An object that can be used to get information about the types and properties of the columns in a ResultSet object.- See Also:
- ResultSetMetaData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCatalogName(int columnIndex)See getCatalogNamejava.lang.StringgetColumnClassName(int columnIndex)intgetColumnCount()See getColumnCountintgetColumnDisplaySize(int columnIndex)java.lang.StringgetColumnLabel(int columnIndex)See getColumnLabeljava.lang.StringgetColumnName(int columnIndex)See getColumnNameintgetColumnType(int columnIndex)See getColumnTypejava.lang.StringgetColumnTypeName(int columnIndex)intgetPrecision(int columnIndex)See getPrecisionintgetScale(int columnIndex)See getScalejava.lang.StringgetSchemaName(int columnIndex)See getSchemaNamejava.lang.StringgetTableName(int columnIndex)See getTableNamebooleanisAutoIncrement(int columnIndex)See isAutoIncrementbooleanisCaseSensitive(int columnIndex)See isCaseSensitivebooleanisCurrency(int columnIndex)See isCurrencybooleanisDefinitelyWritable(int columnIndex)intisNullable(int columnIndex)See isNullablebooleanisReadOnly(int columnIndex)See isReadOnlybooleanisSearchable(int columnIndex)See isSearchablebooleanisSigned(int columnIndex)Not implemented.booleanisWritable(int param)See isWritable-
Methods inherited from class com.zoho.analytics.jdbc.ZohoAnalyticsWrapper
isWrapperFor, unwrap
-
-
-
-
Method Detail
-
getCatalogName
public java.lang.String getCatalogName(int columnIndex) throws java.sql.SQLExceptionSee getCatalogName- Specified by:
getCatalogNamein interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
getColumnClassName
public java.lang.String getColumnClassName(int columnIndex) throws java.sql.SQLException- Specified by:
getColumnClassNamein interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
getColumnCount
public int getColumnCount() throws java.sql.SQLExceptionSee getColumnCount- Specified by:
getColumnCountin interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
getColumnDisplaySize
public int getColumnDisplaySize(int columnIndex) throws java.sql.SQLException- Specified by:
getColumnDisplaySizein interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
getColumnLabel
public java.lang.String getColumnLabel(int columnIndex) throws java.sql.SQLExceptionSee getColumnLabel- Specified by:
getColumnLabelin interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
getColumnName
public java.lang.String getColumnName(int columnIndex) throws java.sql.SQLExceptionSee getColumnName- Specified by:
getColumnNamein interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
getColumnType
public int getColumnType(int columnIndex) throws java.sql.SQLExceptionSee getColumnType- Specified by:
getColumnTypein interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
getColumnTypeName
public java.lang.String getColumnTypeName(int columnIndex) throws java.sql.SQLException- Specified by:
getColumnTypeNamein interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
getPrecision
public int getPrecision(int columnIndex) throws java.sql.SQLExceptionSee getPrecision- Specified by:
getPrecisionin interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
getScale
public int getScale(int columnIndex) throws java.sql.SQLExceptionSee getScale- Specified by:
getScalein interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
getSchemaName
public java.lang.String getSchemaName(int columnIndex) throws java.sql.SQLExceptionSee getSchemaName- Specified by:
getSchemaNamein interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
getTableName
public java.lang.String getTableName(int columnIndex) throws java.sql.SQLExceptionSee getTableName- Specified by:
getTableNamein interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
isAutoIncrement
public boolean isAutoIncrement(int columnIndex) throws java.sql.SQLExceptionSee isAutoIncrement- Specified by:
isAutoIncrementin interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
isCaseSensitive
public boolean isCaseSensitive(int columnIndex) throws java.sql.SQLExceptionSee isCaseSensitive- Specified by:
isCaseSensitivein interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
isCurrency
public boolean isCurrency(int columnIndex) throws java.sql.SQLExceptionSee isCurrency- Specified by:
isCurrencyin interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
isDefinitelyWritable
public boolean isDefinitelyWritable(int columnIndex) throws java.sql.SQLException- Specified by:
isDefinitelyWritablein interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
isNullable
public int isNullable(int columnIndex) throws java.sql.SQLExceptionSee isNullable- Specified by:
isNullablein interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
isReadOnly
public boolean isReadOnly(int columnIndex) throws java.sql.SQLExceptionSee isReadOnly- Specified by:
isReadOnlyin interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
isSearchable
public boolean isSearchable(int columnIndex) throws java.sql.SQLExceptionSee isSearchable- Specified by:
isSearchablein interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
isSigned
public boolean isSigned(int columnIndex) throws java.sql.SQLExceptionNot implemented.See isSigned- Specified by:
isSignedin interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
isWritable
public boolean isWritable(int param) throws java.sql.SQLExceptionSee isWritable- Specified by:
isWritablein interfacejava.sql.ResultSetMetaData- Throws:
java.sql.SQLException
-
-