|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.h2gis.h2spatial.TableFunctionUtil
public class TableFunctionUtil
Utility in order to simplify table function usage
| Method Summary | |
|---|---|
static void |
copyFields(Connection connection,
org.h2.tools.SimpleResultSet rs,
TableLocation tableLocation)
Copy fields from table into a SimpleResultSet |
static boolean |
isColumnListConnection(Connection connection)
Return true if this connection only wants the list of columns. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void copyFields(Connection connection,
org.h2.tools.SimpleResultSet rs,
TableLocation tableLocation)
throws SQLException
SimpleResultSet
connection - Active connectionrs - Result set that will receive columnstableLocation - Import columns from this table
SQLException - Error
public static boolean isColumnListConnection(Connection connection)
throws SQLException
connection - Connection
SQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||