Package org.utplsql.api
Class KeyValuePair
- java.lang.Object
-
- org.utplsql.api.KeyValuePair
-
-
Constructor Summary
Constructors Constructor Description KeyValuePair(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKey()StringgetSQLTypeName()StringgetValue()voidreadSQL(SQLInput stream, String typeName)StringtoString()voidwriteSQL(SQLOutput stream)
-
-
-
Method Detail
-
getKey
public String getKey()
-
getValue
public String getValue()
-
getSQLTypeName
public String getSQLTypeName()
- Specified by:
getSQLTypeNamein interfaceSQLData
-
readSQL
public void readSQL(SQLInput stream, String typeName) throws SQLException
- Specified by:
readSQLin interfaceSQLData- Throws:
SQLException
-
writeSQL
public void writeSQL(SQLOutput stream) throws SQLException
- Specified by:
writeSQLin interfaceSQLData- Throws:
SQLException
-
-