org.connid.csvdir
Class CSVDirConnection
java.lang.Object
org.connid.csvdir.CSVDirConnection
public class CSVDirConnection
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
openConnection
public static CSVDirConnection openConnection(CSVDirConfiguration configuration)
throws ClassNotFoundException,
SQLException
- Throws:
ClassNotFoundException
SQLException
closeConnection
public void closeConnection()
throws SQLException
- Throws:
SQLException
deleteAccount
public int deleteAccount(org.identityconnectors.framework.common.objects.Uid uid)
updateAccount
public int updateAccount(Map<String,String> attrToBeReplaced,
org.identityconnectors.framework.common.objects.Uid uid)
insertAccount
public int insertAccount(Map<String,String> attributes)
modifiedCsvFiles
public final ResultSet modifiedCsvFiles(long syncToken)
allCsvFiles
public ResultSet allCsvFiles()
allCsvFiles
public ResultSet allCsvFiles(String where,
List<org.identityconnectors.dbcommon.SQLParam> params)
getFileSystem
public FileSystem getFileSystem()
getViewname
public String getViewname()
getConn
public Connection getConn()
getConf
public CSVDirConfiguration getConf()
getTables
public Set<String> getTables()
Copyright © 2012. All Rights Reserved.