An object that is used to identify a generic SQL type, called a JDBC type or a vendor specific data type.
An object that is used to identify a generic SQL type, called a JDBC type or a vendor specific data type.
(get-name this)
Returns the SQLType name that represents a SQL data type.
returns: The name of this SQLType. - java.lang.String
Returns the SQLType name that represents a SQL data type. returns: The name of this SQLType. - `java.lang.String`
(get-vendor this)
Returns the name of the vendor that supports this data type. The value returned typically is the package name for this vendor.
returns: The name of the vendor for this data type - java.lang.String
Returns the name of the vendor that supports this data type. The value returned typically is the package name for this vendor. returns: The name of the vendor for this data type - `java.lang.String`
(get-vendor-type-number this)
Returns the vendor specific type number for the data type.
returns: An Integer representing the vendor specific data type - java.lang.Integer
Returns the vendor specific type number for the data type. returns: An Integer representing the vendor specific data type - `java.lang.Integer`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close