Package | Description |
---|---|
org.pmw.tinylog.writers |
Writers for outputting log entries
|
Modifier and Type | Method | Description |
---|---|---|
static JdbcWriter.Value |
JdbcWriter.Value.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static JdbcWriter.Value[] |
JdbcWriter.Value.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
List<JdbcWriter.Value> |
JdbcWriter.getValues() |
Get all values to insert.
|
Constructor | Description |
---|---|
JdbcWriter(String url,
String table,
List<JdbcWriter.Value> values) |
|
JdbcWriter(String url,
String table,
List<JdbcWriter.Value> values,
boolean batch) |
|
JdbcWriter(String url,
String table,
List<JdbcWriter.Value> values,
boolean batch,
int reconnect) |
|
JdbcWriter(String url,
String table,
List<JdbcWriter.Value> values,
boolean batch,
String username,
String password) |
|
JdbcWriter(String url,
String table,
List<JdbcWriter.Value> values,
boolean batch,
String username,
String password,
int reconnect) |
|
JdbcWriter(String url,
String table,
List<JdbcWriter.Value> values,
String username,
String password) |
Copyright © 2019. All rights reserved.