| java.lang.Object org.mandarax.jdbc.server.ServerFacade org.mandarax.jdbc.server.DefaultServerFacade org.mandarax.jdbc.server.local.LocalServerFacade
convertToLocalUrl | public String convertToLocalUrl(String url)(Code) | | Convert a db url to a local url.
This implementation simply removes the NET token.
Parameters: a - db url a local db url (to be used by the local driver) |
Methods inherited from org.mandarax.jdbc.server.DefaultServerFacade | public void Close(String id) throws Exception(Code)(Java Doc) public String Connection_createStatement(String connectionId) throws Exception(Code)(Java Doc) public String Connection_getMetaData_getColumns(String connectionId, String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws Exception(Code)(Java Doc) public String Connection_getMetaData_getTables(String connectionId, String catalog, String schemaPattern, String tableNamePattern, String[] types) throws Exception(Code)(Java Doc) public String Connection_prepareStatement(String connectionId, String sql) throws Exception(Code)(Java Doc) public String CreateConnection(String serverId, String url) throws Exception(Code)(Java Doc) public void PreparedStatement_clearParameters(String statementId) throws Exception(Code)(Java Doc) public String PreparedStatement_executeQuery(String statementId) throws Exception(Code)(Java Doc) public void PreparedStatement_setObject(String statementId, int parameterIndex, Object x) throws SQLException(Code)(Java Doc) public ResultSetMetaData ResultSet_getMetaData(String resultsetId) throws Exception(Code)(Java Doc) public Record ResultSet_next(String id) throws Exception(Code)(Java Doc) public List ResultSet_nextRows(String id, int rows) throws Exception(Code)(Java Doc) public void Statement_execute(String statementId) throws Exception(Code)(Java Doc) public String Statement_executeQuery(String statementId, String sql) throws Exception(Code)(Java Doc) public String Statement_getResultSet(String statementId) throws Exception(Code)(Java Doc) public String convertToLocalUrl(String url)(Code)(Java Doc) public CallResult perform(Call call)(Code)(Java Doc) public void release() throws Exception(Code)(Java Doc)
|
Methods inherited from org.mandarax.jdbc.server.ServerFacade | abstract public void Close(String id) throws Exception(Code)(Java Doc) abstract public String Connection_createStatement(String connectionId) throws Exception(Code)(Java Doc) abstract public String Connection_getMetaData_getColumns(String connectionId, String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) throws Exception(Code)(Java Doc) abstract public String Connection_getMetaData_getTables(String connectionId, String catalog, String schemaPattern, String tableNamePattern, String[] types) throws Exception(Code)(Java Doc) abstract public String Connection_prepareStatement(String connectionId, String sql) throws Exception(Code)(Java Doc) abstract public String CreateConnection(String serverId, String url) throws Exception(Code)(Java Doc) abstract public void PreparedStatement_clearParameters(String statementId) throws Exception(Code)(Java Doc) abstract public String PreparedStatement_executeQuery(String statementId) throws Exception(Code)(Java Doc) abstract public void PreparedStatement_setObject(String statementId, int parameterIndex, Object x) throws SQLException(Code)(Java Doc) abstract public ResultSetMetaData ResultSet_getMetaData(String resultsetId) throws Exception(Code)(Java Doc) abstract public Record ResultSet_next(String id) throws Exception(Code)(Java Doc) abstract public List ResultSet_nextRows(String id, int rows) throws Exception(Code)(Java Doc) abstract public void Statement_execute(String statementId) throws Exception(Code)(Java Doc) abstract public String Statement_executeQuery(String statementId, String sql) throws Exception(Code)(Java Doc) abstract public String Statement_getResultSet(String statementId) throws Exception(Code)(Java Doc) public String convertToLocalUrl(String url)(Code)(Java Doc) abstract public CallResult perform(Call call)(Code)(Java Doc) abstract public void release() throws Exception(Code)(Java Doc)
|
|
|