public class SFSUtilities
extends java.lang.Object
| Constructor and Description |
|---|
SFSUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static java.sql.PreparedStatement |
prepareInformationSchemaStatement(java.sql.Connection connection,
java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
java.lang.String informationSchemaTable,
java.lang.String endQuery,
java.lang.String catalog_field,
java.lang.String schema_field,
java.lang.String table_field)
For table containing catalog, schema and table name, this function create a prepared statement with a filter
on this combination.
|
public static java.sql.PreparedStatement prepareInformationSchemaStatement(java.sql.Connection connection,
java.lang.String catalog,
java.lang.String schema,
java.lang.String table,
java.lang.String informationSchemaTable,
java.lang.String endQuery,
java.lang.String catalog_field,
java.lang.String schema_field,
java.lang.String table_field)
throws java.sql.SQLException
connection - Active connectioncatalog - Table catalog, may be emptyschema - Table schema, may be emptytable - Table nameinformationSchemaTable - Information table locationendQuery - Additional where statementcatalog_field - Catalog field nameschema_field - Schema field nametable_field - Table field namejava.sql.SQLExceptionCopyright © 2025 gvSIG Association. All rights reserved.