public class SQLQuery extends Object
Modifier and Type | Method and Description |
---|---|
static SQLQuery |
emptyInstance() |
boolean |
hasSchemaError()
Return true if the query requests a table which does not exist.
|
static SQLQuery |
hasSchemaErrorInstance() |
boolean |
isEmpty()
Return true if this query is an empty query.
|
String |
toString() |
public SQLQuery(String query)
public static SQLQuery hasSchemaErrorInstance()
public static SQLQuery emptyInstance()
public boolean isEmpty()
public boolean hasSchemaError()
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.