object ResultSetSchemaConstant
- Alphabetic
- By Inheritance
- ResultSetSchemaConstant
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
val
BUFFER_LENGTH: String("BUFFER_LENGTH")
is not used.
-
final
val
CASE_SENSITIVE: String("CASE_SENSITIVE")
Boolean Is it case sensitive?
-
final
val
CHAR_OCTET_LENGTH: String("CHAR_OCTET_LENGTH")
int => for char types the maximum number of bytes in the column
-
final
val
COLUMN_DEF: String("COLUMN_DEF")
String => default value for the column, which should be interpreted as a string when the value is enclosed in single quotes (may be null)
-
final
val
COLUMN_NAME: String("COLUMN_NAME")
String => column name
-
final
val
COLUMN_SIZE: String("COLUMN_SIZE")
int => column size
-
final
val
DATA_TYPE: String("DATA_TYPE")
int => SQL type from java.sql.Types
-
final
val
DECIMAL_DIGITS: String("DECIMAL_DIGITS")
int => the number of fractional digits.
int => the number of fractional digits. Null is returned for data types where DECIMAL_DIGITS is not applicable.
-
final
val
FUNCTION_CAT: String("FUNCTION_CAT")
String => function catalog (may be null)
-
final
val
FUNCTION_NAME: String("FUNCTION_NAME")
String => function name.
String => function name. This is the name used to invoke the function
-
final
val
FUNCTION_SCHEM: String("FUNCTION_SCHEM")
String => function schema (may be null)
-
final
val
FUNCTION_TYPE: String("FUNCTION_TYPE")
short => kind of function: - functionResultUnknown - Cannot determine if a return value or table will be returned - functionNoTable- Does not return a table - functionReturnsTable - Returns a table
- final val IS_AUTO_INCREMENT: String("IS_AUTO_INCREMENT")
-
final
val
IS_NULLABLE: String("IS_NULLABLE")
String => ISO rules are used to determine the nullability for a column.
String => ISO rules are used to determine the nullability for a column. - YES --- if the column can include NULLs - NO --- if the column cannot include NULLs - empty string --- if the nullability for the column is unknown
-
final
val
KEY_SEQ: String("KEY_SEQ")
Int => KEY_SEQ
-
final
val
NULLABLE: String("NULLABLE")
Short Can you use NULL for this type?
-
final
val
NUM_PREC_RADIX: String("NUM_PREC_RADIX")
int => Radix (typically either 10 or 2)
-
final
val
ORDINAL_POSITION: String("ORDINAL_POSITION")
int => index of column in table (starting at 1)
-
final
val
PK_NAME: String("PK_NAME")
String => PK_NAME
-
final
val
PRECISION: String("PRECISION")
Maximum precision
-
final
val
REF_GENERATION: String("REF_GENERATION")
String => Specifies how values in SELF_REFERENCING_COL_NAME are created.
-
final
val
REMARKS: String("REMARKS")
String => explanatory comment on the table
- final val SCOPE_CATALOG: String("SCOPE_CATALOG")
- final val SCOPE_SCHEMA: String("SCOPE_SCHEMA")
- final val SCOPE_TABLE: String("SCOPE_TABLE")
-
final
val
SEARCHABLE: String("SEARCHABLE")
Short Can you use 'WHERE' based on this type?
-
final
val
SELF_REFERENCING_COL_NAME: String("SELF_REFERENCING_COL_NAME")
String => Name of the designated "identifier" column of a typed table.
- final val SOURCE_DATA_TYPE: String("SOURCE_DATA_TYPE")
-
final
val
SPECIFIC_NAME: String("SPECIFIC_NAME")
String => the name which uniquely identifies this function within its schema.
String => the name which uniquely identifies this function within its schema. This is a user specified, or DBMS generated, name that may be different then the FUNCTION_NAME for example with overload functions
-
final
val
SQL_DATA_TYPE: String("SQL_DATA_TYPE")
is not used.
-
final
val
SQL_DATETIME_SUB: String("SQL_DATETIME_SUB")
is not used.
-
final
val
TABLE_CAT: String("TABLE_CAT")
String type.
String type. Catalog name. NULL if not applicable
-
final
val
TABLE_CATALOG: String("TABLE_CATALOG")
String type.
String type. Catalog name. NULL if not applicable
-
final
val
TABLE_NAME: String("TABLE_NAME")
String.
String. Table Name
-
final
val
TABLE_SCHEM: String("TABLE_SCHEM")
String.
String. Schema name
-
final
val
TABLE_SCHEMA: String("TABLE_SCHEMA")
String.
String. Schema name
-
final
val
TABLE_TYPE: String("TABLE_TYPE")
String table type.
String table type. Typical types are "TABLE", "VIEW", ...
-
final
val
TYPE_CAT: String("TYPE_CAT")
String => The types catalog.
-
final
val
TYPE_NAME: String("TYPE_NAME")
String => Data source dependent type name, for a UDT the type name is fully qualified
-
final
val
TYPE_SCHEM: String("TYPE_SCHEM")
String => the types schema (may be null).
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()