public class CSVDirConnection extends Object
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
allCsvFiles() |
ResultSet |
allCsvFiles(String where,
List<net.tirasa.connid.bundles.db.common.SQLParam> params) |
void |
closeConnection() |
int |
deleteAccount(org.identityconnectors.framework.common.objects.Uid uid) |
CSVDirConfiguration |
getConf() |
Connection |
getConn() |
FileSystem |
getFileSystem() |
Set<String> |
getTables() |
String |
getViewname() |
int |
insertAccount(Map<String,String> attributes) |
ResultSet |
modifiedCsvFiles(long syncToken) |
static CSVDirConnection |
openConnection(CSVDirConfiguration configuration) |
int |
updateAccount(Map<String,String> attrToBeReplaced,
org.identityconnectors.framework.common.objects.Uid uid) |
public static CSVDirConnection openConnection(CSVDirConfiguration configuration) throws ClassNotFoundException, SQLException
ClassNotFoundExceptionSQLExceptionpublic void closeConnection()
throws SQLException
SQLExceptionpublic int updateAccount(Map<String,String> attrToBeReplaced, org.identityconnectors.framework.common.objects.Uid uid)
public int deleteAccount(org.identityconnectors.framework.common.objects.Uid uid)
public final ResultSet modifiedCsvFiles(long syncToken) throws SQLException
SQLExceptionpublic ResultSet allCsvFiles()
public ResultSet allCsvFiles(String where, List<net.tirasa.connid.bundles.db.common.SQLParam> params)
public FileSystem getFileSystem()
public String getViewname()
public Connection getConn()
public CSVDirConfiguration getConf()
Copyright © 2011–2016. All rights reserved.