DK11 for Java | tatukgis.jdk.TGIS_DbAbstract.sqlPathAbsolute | Overloads | Constructors | Fields | Methods | Properties | Events
Resolves potentially embedded database path in a connection string into an absolute path.
// Java public java.lang.String sqlPathAbsolute( java.lang.String _folder, java.lang.String _connection, bool _jdbc );
// Oxygene public function sqlPathAbsolute( _folder : String; _connection : String; _jdbc : Boolean = False ) : String;
Name | Type | Description |
---|---|---|
_folder | java.lang.String String | base folder for opening file based databases |
_connection | java.lang.String String | connection string |
_jdbc | bool Boolean | if set (default is False) path will be represented according to JDBC |
Type | Description |
---|---|
java.lang.String String | if connection contains file then expanded absolute path; _connection string otherwise |
This overload assumes that _connection contains just a file.