Package com.ocient.jdbc
Class XGTuple
java.lang.Object
com.ocient.jdbc.XGTuple
- All Implemented Interfaces:
Struct
-
Constructor Summary
ConstructorsConstructorDescriptionXGTuple(String typeName, Object[] attributes, XGConnection conn) Constructor used by XGConnection.createStruct to build a java.sql.Struct from client-provided data. -
Method Summary
-
Constructor Details
-
XGTuple
Constructor used by XGConnection.createStruct to build a java.sql.Struct from client-provided data.- Parameters:
typeName- The full SQL type name of the tuple (e.g., "TUPLEinvalid input: '<'a INT, b VARCHAR>").attributes- The array of attribute objects.conn- The parent connection object.- Throws:
SQLException
-
-
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
-
hashCode
public int hashCode() -
equals
-