DK11 for Java | tatukgis.jdk.TGIS_DbAbstract.PreRecognize | Constructors | Fields | Methods | Properties | Events
Check if layer can read a file.
// Java public bool PreRecognize( java.lang.String _path, java.lang.String _storage, int _sqlType );
// Oxygene public function PreRecognize( _path : String; _storage : String; _sqlType : Integer ) : Boolean; virtual;
Name | Type | Description |
---|---|---|
_path | java.lang.String String | file path to open |
_storage | java.lang.String String | storage name from the file |
_sqlType | int Integer | sql type from the file |
Type | Description |
---|---|
bool Boolean | True if configuration to database is supported. |