| Modifier and Type | Method and Description |
|---|---|
H2EmbeddedDataSourceConfig.AllowLiterals |
H2EmbeddedDataSourceConfig.getAllowLiterals()
This setting can help solve the SQL injection problem.
|
static H2EmbeddedDataSourceConfig.AllowLiterals |
H2EmbeddedDataSourceConfig.AllowLiterals.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static H2EmbeddedDataSourceConfig.AllowLiterals[] |
H2EmbeddedDataSourceConfig.AllowLiterals.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
H2EmbeddedDataSourceConfig |
H2EmbeddedDataSourceConfig.setAllowLiterals(H2EmbeddedDataSourceConfig.AllowLiterals allowLiterals) |
Copyright © 2010–2019 Airlift. All rights reserved.