public class Records extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Records.Catalog
Pojo object for a record in INFORMATION_SCHEMA.CATALOGS
|
static class |
Records.Column
Pojo object for a record in INFORMATION_SCHEMA.COLUMNS
|
static class |
Records.File
Pojo object for a record in INFORMATION_SCHEMA.FILES
|
static class |
Records.Partition
Pojo object for a record in INFORMATION_SCHEMA.PARTITIONS
|
static class |
Records.Schema
Pojo object for a record in INFORMATION_SCHEMA.SCHEMATA
|
static class |
Records.Table
Pojo object for a record in INFORMATION_SCHEMA.TABLES
|
static class |
Records.View
Pojo object for a record in INFORMATION_SCHEMA.VIEWS
|
Constructor and Description |
---|
Records() |
Modifier and Type | Method and Description |
---|---|
static String |
convertToString(boolean value)
Converts boolean value into its String representation.
|
static Timestamp |
convertToTimestamp(long millis)
Converts given time millis into
Timestamp instance. |
public static final String YES
public static final String NO
public static String convertToString(boolean value)
value
- boolean valueCopyright © 1970 The Apache Software Foundation. All rights reserved.