public class FirstSQL extends AnsiStandard
| Modifier and Type | Field and Description |
|---|---|
static PrintStream |
logStream
Where to log to.
|
| Constructor and Description |
|---|
FirstSQL()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection(String url,
String user,
String password)
It does the same error, even if we don't override it
so using AnsiStandard.getConnection(...).
|
alterColumnAddCommentSQL, alterColumnNotNullableSQL, alterTableAddCommentSQL, booleanTrueExpression, canBeIndexed, canDropColumns, canRepresent, canStoreBlobs, caseInsensitiveRegExpSQL, createTableOptionsSql, createTableSql, createTableTypeQualifierSql, defaultPoemTypeOfColumnMetaData, exceptionForUpdate, exceptionForUpdate, getBinarySqlDefinition, getFixedPtSqlDefinition, getForeignKeyDefinition, getIndexLength, getJdbcMetadataName, getLongSqlDefinition, getPrimaryKeyDefinition, getQuotedName, getQuotedValue, getSchema, getSqlDefaultValue, getSqlDefinition, getStringSqlDefinition, givesCapabilitySQL, melatiName, preparedStatementPlaceholder, selectLimit, shutdown, sqlBooleanValueOfRaw, tableInitialisationSql, toString, unloadDriver, unreservedNamepublic static PrintStream logStream
public Connection getConnection(String url, String user, String password) throws ConnectionFailurePoemException
getConnection in interface DbmsgetConnection in class AnsiStandardurl - the jdbc URLuser - the user to connect as, may be nullpassword - the password for user, may be nullConnectionFailurePoemException - is we cannot connectAnsiStandard.getConnection(java.lang.String, java.lang.String, java.lang.String)Copyright © 2000–2021 PanEris. All rights reserved.