public class H2Db extends Db
| Constructor and Description |
|---|
H2Db() |
H2Db(String url,
String driver,
String user,
String password,
File executeQueryFile,
int maxStatementsPerTransaction) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
encode(String s)
e.g.
|
protected String |
quoteIdentifierIfNecessary(String unquotedTableName)
if some circumstances, table and column names themselves have to be quoted, e.g.
|
addPreprocessor, appendToFile, beginTransactionStatement, cleanDuplicates, closeConnection, commitStatement, copyTableFrom, copyView, createOrReplaceTable, createView, dropTableIfExists, dropViewIfExists, dumpQuery, escapedQuoteLiteral, execute, executeQuery, getTableStructure, getViewStructure, insert, insert, isCharacterLike, mapDataType, mapValue, query, quote, quoteIfNecessary, switchExecuteQueryFile, tableStructureEntry, toSQLSet, wherePropertyIn, wrappublic H2Db()
throws SQLException,
ClassNotFoundException,
IOException
public H2Db(String url, String driver, String user, String password, File executeQueryFile, int maxStatementsPerTransaction) throws ClassNotFoundException, SQLException, IOException
protected String encode(String s)
Dbprotected String quoteIdentifierIfNecessary(String unquotedTableName)
DbquoteIdentifierIfNecessary in class DbCopyright © 2021. All rights reserved.