public class RdbmsSQL extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TABLE_NAME |
| Constructor and Description |
|---|
RdbmsSQL() |
| Modifier and Type | Method and Description |
|---|---|
static String |
defaultInsertSQL() |
static String |
defaultSelectSQL() |
static String |
insertSQL(String tableName) |
static String |
selectSQL(String tableName) |
public static final String DEFAULT_TABLE_NAME
Copyright © 2019. All rights reserved.