| Package | Description |
|---|---|
| org.verdictdb.connection | |
| org.verdictdb.core.sqlobject |
Logical representation of SQL-like queries.
|
| org.verdictdb.sqlsyntax | |
| org.verdictdb.sqlwriter |
| Modifier and Type | Method and Description |
|---|---|
SqlSyntax |
SparkConnection.getSyntax() |
SqlSyntax |
JdbcConnection.getSyntax() |
SqlSyntax |
DbmsConnection.getSyntax() |
SqlSyntax |
CachedDbmsConnection.getSyntax() |
| Constructor and Description |
|---|
JdbcConnection(Connection conn,
SqlSyntax syntax) |
SparkConnection(org.apache.spark.sql.SparkSession sc,
SqlSyntax syntax) |
| Modifier and Type | Method and Description |
|---|---|
String |
BaseTable.toSql(SqlSyntax syntax) |
| Modifier and Type | Class and Description |
|---|---|
class |
H2Syntax |
class |
HiveSyntax |
class |
ImpalaSyntax |
class |
MysqlSyntax |
class |
PostgresqlSyntax |
class |
RedshiftSyntax |
class |
SparkSyntax |
class |
SqliteSyntax |
| Modifier and Type | Method and Description |
|---|---|
static SqlSyntax |
SqlSyntaxList.getSyntaxFor(String dbName) |
static SqlSyntax |
SqlSyntaxList.getSyntaxFromConnectionString(String connectionString) |
static SqlSyntax |
SyntaxReader.infer(Connection conn) |
| Modifier and Type | Field and Description |
|---|---|
protected SqlSyntax |
CreateTableToSql.syntax |
protected SqlSyntax |
CreateSchemaToSql.syntax |
| Modifier and Type | Method and Description |
|---|---|
static String |
QueryToSql.convert(SqlSyntax syntax,
SqlConvertible query) |
| Constructor and Description |
|---|
CreateSchemaToSql(SqlSyntax syntax) |
CreateTableToSql(SqlSyntax syntax) |
DropTableToSql(SqlSyntax syntax) |
InsertQueryToSql(SqlSyntax syntax) |
SelectQueryToSql(SqlSyntax syntax) |
SetOperationToSql(SqlSyntax syntax) |
Copyright © 2018 University of Michigan. All rights reserved.