Package | Description |
---|---|
org.sql2o |
Provides the main api for sql2o.
|
Modifier and Type | Method and Description |
---|---|
static QuirksMode |
QuirksMode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static QuirksMode[] |
QuirksMode.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Sql2o(DataSource dataSource,
QuirksMode quirksMode)
Deprecated.
|
Sql2o(String url,
String user,
String pass,
QuirksMode quirksMode)
Deprecated.
|
Copyright © 2015. All rights reserved.