Package com.ocient.jdbc
Class XGTuple
java.lang.Object
com.ocient.jdbc.XGTuple
- All Implemented Interfaces:
Struct
public class XGTuple extends Object implements Struct
-
Method Summary
Modifier and Type Method Description Object[]getAttributes()Object[]getAttributes(Map<String,Class<?>> map)ObjectgetObject(int columnIndex)<T> TgetObject(int columnIndex, Class<T> type)ObjectgetObject(int columnIndex, Map<String,Class<?>> map)StringgetSQLTypeName()intsize()StringtoString()
-
Method Details
-
getSQLTypeName
- Specified by:
getSQLTypeNamein interfaceStruct- Throws:
SQLException
-
getAttributes
- Specified by:
getAttributesin interfaceStruct- Throws:
SQLException
-
getAttributes
- Specified by:
getAttributesin interfaceStruct- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
getObject
- Throws:
SQLException
-
size
public final int size() -
toString
-