public class ImportSQLTableV99 extends RequestSchemaV3
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
columns
columns
|
java.lang.String |
connectionUrl
connection_url
|
boolean |
optimize
optimize
|
java.lang.String |
password
password
|
java.lang.String |
selectQuery
select_query
|
java.lang.String |
table
table
|
java.lang.String |
username
username
|
_excludeFields| Constructor and Description |
|---|
ImportSQLTableV99()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String connectionUrl
public java.lang.String table
public java.lang.String selectQuery
public java.lang.String username
public java.lang.String password
public java.lang.String columns
public boolean optimize
public java.lang.String toString()
toString in class RequestSchemaV3