Package org.apache.arrow.adbc.core
Class StandardSchemas
java.lang.Object
org.apache.arrow.adbc.core.StandardSchemas
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Schema
The schema of the result set ofAdbcConnection.getInfo(int[])
}.static final Schema
The schema of the result ofAdbcConnection.getObjects(AdbcConnection.GetObjectsDepth, String, String, String, String[], String)
.static final Schema
The schema of the result ofAdbcConnection.getStatisticNames()
.static final Schema
The schema of the result ofAdbcConnection.getStatistics(String, String, String, boolean)
.static final Schema
The schema of the result set ofAdbcConnection.getTableTypes()
. -
Method Summary
-
Field Details
-
GET_INFO_SCHEMA
The schema of the result set ofAdbcConnection.getInfo(int[])
}. -
TABLE_TYPES_SCHEMA
The schema of the result set ofAdbcConnection.getTableTypes()
. -
USAGE_SCHEMA
-
CONSTRAINT_SCHEMA
-
COLUMN_SCHEMA
-
TABLE_SCHEMA
-
DB_SCHEMA_SCHEMA
-
GET_OBJECTS_SCHEMA
The schema of the result ofAdbcConnection.getObjects(AdbcConnection.GetObjectsDepth, String, String, String, String[], String)
. -
STATISTICS_VALUE_SCHEMA
-
STATISTICS_SCHEMA
-
STATISTICS_DB_SCHEMA_SCHEMA
-
GET_STATISTICS_SCHEMA
The schema of the result ofAdbcConnection.getStatistics(String, String, String, boolean)
. -
GET_STATISTIC_NAMES_SCHEMA
The schema of the result ofAdbcConnection.getStatisticNames()
.
-