Package nl.cwi.monetdb.jdbc
Class MonetURL
java.lang.Object
nl.cwi.monetdb.jdbc.MonetURL
- All Implemented Interfaces:
SQLData
public class MonetURL extends Object implements SQLData
The URL class represents the URL datatype in MonetDB. It represents an URL, that is, a well-formed string conforming
to RFC2396.
- Author:
- Fabian Groffen
-
Constructor Details
-
Method Details
-
FromString
- Throws:
Exception
-
getSQLTypeName
- Specified by:
getSQLTypeNamein interfaceSQLData
-
readSQL
- Specified by:
readSQLin interfaceSQLData- Throws:
SQLException
-
writeSQL
- Specified by:
writeSQLin interfaceSQLData- Throws:
SQLException
-
toString
-
getURL
- Throws:
SQLException
-
setURL
- Throws:
Exception
-