net.aditsu.depeche
public class FMProvider extends Provider
| Constructor and Description |
|---|
FMProvider(ConnSource cs)
Creates an FMProvider using a connection source
|
FMProvider(String host,
int port,
String db,
String user,
String password)
Creates an FMProvider using connection details including port number
|
FMProvider(String host,
String db,
String user,
String password)
Creates an FMProvider using connection details
|
| Modifier and Type | Method and Description |
|---|---|
static DSConnSource |
createConnSource(String host,
int port,
String db,
String user,
String password)
Creates a FileMaker connection source
|
addColumn, addColumn, addFKey, addFKey, addUnique, addUnique, batchInsert, batchInsert, clearTable, close, createTable, createTable, createView, createView, dropColumn, dropColumn, dropFKey, dropFKey, dropTable, dropTable, dropView, dropView, execute, execute, filter, filter, filter, filterIn, getAddColumnSQL, getAddFKeySQL, getAddUniqueSQL, getAllTables, getAllViews, getColumnCommentQuery, getColumnDesc, getCreateTableSQL, getCreateViewSQL, getDropColumnSQL, getDropFKeySQL, getDropTableSQL, getDropViewSQL, getEnumValues, getGenericTableDetails, getGenericTables, getLastId, getLongLastId, getName, getProviderRef, getRecord, getRecord, getRecord, getRecord, getRecord, getRecord, getTableInfo, getTableInfo, getTableInfo, getTableInfo, getTables, getTableTypes, getUniqueConstraints, getViewDefinition, getViews, hasFlag, joinCondition, joinCondition, joinCondition, newRecord, newRecord, newRecord, query, query, query, query, query, quote, rawQuery, rawQuery, rawQuote, resolveTable, resolveTable, run, setColumnComment, setColumnComment, setName, setProviderRef, transactionpublic FMProvider(ConnSource cs)
public FMProvider(String host, String db, String user, String password)
public static DSConnSource createConnSource(String host, int port, String db, String user, String password)