Interface | Description |
---|---|
DataType |
Overall interface representing objects that handle and manage data in
relevance to files or databases
|
FileDataType |
Opens and loads a file into memory using the appropriate data type.
|
SQLConsumer<T> |
Represents an operation that accepts a single input argument and returns no
result.
|
SQLDataType |
Represents an object that connects to an SQL database and allows operations
to be made upon it
|
SQLFunction<T,R> |
Represents an SQL function that accepts one argument and produces a result.
|
Class | Description |
---|---|
SQLResponse<T> |
Class description for
SQLResponse |
Copyright © 2015. All rights reserved.