Packages

o

org.apache.kyuubi.operation.meta

ResultSetSchemaConstant

object ResultSetSchemaConstant

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResultSetSchemaConstant
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val BUFFER_LENGTH: String("BUFFER_LENGTH")

    is not used.

  5. final val CASE_SENSITIVE: String("CASE_SENSITIVE")

    Boolean Is it case sensitive?

  6. final val CHAR_OCTET_LENGTH: String("CHAR_OCTET_LENGTH")

    int => for char types the maximum number of bytes in the column

  7. 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)

  8. final val COLUMN_NAME: String("COLUMN_NAME")

    String => column name

  9. final val COLUMN_SIZE: String("COLUMN_SIZE")

    int => column size

  10. final val DATA_TYPE: String("DATA_TYPE")

    int => SQL type from java.sql.Types

  11. 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.

  12. final val FUNCTION_CAT: String("FUNCTION_CAT")

    String => function catalog (may be null)

  13. final val FUNCTION_NAME: String("FUNCTION_NAME")

    String => function name.

    String => function name. This is the name used to invoke the function

  14. final val FUNCTION_SCHEM: String("FUNCTION_SCHEM")

    String => function schema (may be null)

  15. 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

  16. final val IS_AUTO_INCREMENT: String("IS_AUTO_INCREMENT")
  17. 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

  18. final val KEY_SEQ: String("KEY_SEQ")

    Int => KEY_SEQ

  19. final val NULLABLE: String("NULLABLE")

    Short Can you use NULL for this type?

  20. final val NUM_PREC_RADIX: String("NUM_PREC_RADIX")

    int => Radix (typically either 10 or 2)

  21. final val ORDINAL_POSITION: String("ORDINAL_POSITION")

    int => index of column in table (starting at 1)

  22. final val PK_NAME: String("PK_NAME")

    String => PK_NAME

  23. final val PRECISION: String("PRECISION")

    Maximum precision

  24. final val REF_GENERATION: String("REF_GENERATION")

    String => Specifies how values in SELF_REFERENCING_COL_NAME are created.

  25. final val REMARKS: String("REMARKS")

    String => explanatory comment on the table

  26. final val SCOPE_CATALOG: String("SCOPE_CATALOG")
  27. final val SCOPE_SCHEMA: String("SCOPE_SCHEMA")
  28. final val SCOPE_TABLE: String("SCOPE_TABLE")
  29. final val SEARCHABLE: String("SEARCHABLE")

    Short Can you use 'WHERE' based on this type?

  30. final val SELF_REFERENCING_COL_NAME: String("SELF_REFERENCING_COL_NAME")

    String => Name of the designated "identifier" column of a typed table.

  31. final val SOURCE_DATA_TYPE: String("SOURCE_DATA_TYPE")
  32. 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

  33. final val SQL_DATA_TYPE: String("SQL_DATA_TYPE")

    is not used.

  34. final val SQL_DATETIME_SUB: String("SQL_DATETIME_SUB")

    is not used.

  35. final val TABLE_CAT: String("TABLE_CAT")

    String type.

    String type. Catalog name. NULL if not applicable

  36. final val TABLE_CATALOG: String("TABLE_CATALOG")

    String type.

    String type. Catalog name. NULL if not applicable

  37. final val TABLE_NAME: String("TABLE_NAME")

    String.

    String. Table Name

  38. final val TABLE_SCHEM: String("TABLE_SCHEM")

    String.

    String. Schema name

  39. final val TABLE_SCHEMA: String("TABLE_SCHEMA")

    String.

    String. Schema name

  40. final val TABLE_TYPE: String("TABLE_TYPE")

    String table type.

    String table type. Typical types are "TABLE", "VIEW", ...

  41. final val TYPE_CAT: String("TYPE_CAT")

    String => The types catalog.

  42. final val TYPE_NAME: String("TYPE_NAME")

    String => Data source dependent type name, for a UDT the type name is fully qualified

  43. final val TYPE_SCHEM: String("TYPE_SCHEM")

    String => the types schema (may be null).

  44. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  45. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  46. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  48. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  49. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  50. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  51. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped