Liking cljdoc? Tell your friends :D

jdk.sql.SQLType

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.
raw docstring

get-nameclj

(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`
raw docstring

get-vendorclj

(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`
raw docstring

get-vendor-type-numberclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close