public class ZohoAnalyticsStatement extends ZohoAnalyticsWrapper implements java.sql.Statement
| Modifier and Type | Field and Description |
|---|---|
protected int |
affectedRowCount |
static int |
ALTER_TABLE_QUERY |
static java.util.Map<java.lang.String,java.lang.Object> |
ANALYTICS_SERVER_PROPS |
static java.util.Map<java.lang.Integer,java.lang.Integer> |
ANALYTICS_SQL_DATATYPE_MAP |
static java.lang.String[] |
BEST_ROW_PROPS |
static boolean |
BOOLEAN_RESULT |
static java.lang.String[] |
COLUMN_PROPS |
protected java.sql.Connection |
con |
static int |
CREATE_TABLE_QUERY |
static int |
CREATE_VIEW_QUERY |
protected java.sql.ResultSet |
currResultSet |
protected java.lang.String |
cursorName |
static java.lang.String[] |
DATA_TYPE_PROPS |
static int |
DELETE_QUERY |
static int |
DROP_QUERY |
protected boolean |
escapeProcessing |
protected int |
fetchSize |
static java.util.ArrayList<java.lang.String> |
GEO_ROLE_DATA_TYPE |
static java.util.Map<java.lang.String,java.lang.String> |
HOST_NAME_VS_ACCOUNTS_URL |
static int |
INSERT_QUERY |
static int |
INT_RESULT |
protected boolean |
isClosed |
protected int |
maxFieldSize |
protected int |
maxRows |
static java.lang.String[] |
REFERENCE_KEYS_PROPS |
static int |
SELECT_QUERY |
static java.lang.String |
STRING_RESULT |
static ZohoAnalyticsConstants[] |
TABLE_TYPES |
protected int |
timeout |
static int |
UPDATE_QUERY |
static java.lang.String[] |
VIEW_PROPS |
static ZohoAnalyticsConstants[] |
ZDB_SUBTYPES |
static java.util.List<java.util.HashMap<java.lang.String,java.lang.String>> |
ZDB_SUBTYPES_LIST |
| Modifier and Type | Method and Description |
|---|---|
void |
addBatch(java.lang.String sql)
Not implemented.
|
void |
cancel()
Not implemented.
|
void |
clearBatch()
See clearBatch |
void |
clearWarnings()
See clearWarnings |
void |
close()
See close |
void |
closeOnCompletion() |
boolean |
execute(java.lang.String sql)
See execute |
boolean |
execute(java.lang.String sql,
int columnIndex)
See execute |
boolean |
execute(java.lang.String sql,
int[] columnIndices)
See execute |
boolean |
execute(java.lang.String sql,
java.lang.String[] columnNames)
See execute |
int[] |
executeBatch()
Not implemented.
|
java.sql.ResultSet |
executeQuery(java.lang.String sql)
See executeQuery |
int |
executeUpdate(java.lang.String sql)
See executeUpdate |
int |
executeUpdate(java.lang.String sql,
int columnIndex)
Not implemented.
|
int |
executeUpdate(java.lang.String sql,
int[] columnIndices)
Not implemented.
|
int |
executeUpdate(java.lang.String sql,
java.lang.String[] columnNames)
Not implemented.
|
java.sql.Connection |
getConnection()
See getConnection |
int |
getFetchDirection()
|
int |
getFetchSize()
See getFetchSize |
java.sql.ResultSet |
getGeneratedKeys()
See getGeneratedKeys |
long |
getLargeUpdateCount() |
int |
getMaxFieldSize()
See getMaxFieldSize |
int |
getMaxRows()
See getMaxRows |
boolean |
getMoreResults()
See getMoreResults |
boolean |
getMoreResults(int current)
See getMoreResults |
int |
getQueryTimeout()
See getQueryTimeout |
java.sql.ResultSet |
getResultSet()
See getResultSet |
int |
getResultSetConcurrency()
|
int |
getResultSetHoldability()
|
int |
getResultSetType()
See getResultSetType |
int |
getUpdateCount()
See getUpdateCount |
java.sql.SQLWarning |
getWarnings()
See getWarnings() |
boolean |
isClosed()
See isClosed |
boolean |
isCloseOnCompletion() |
boolean |
isPoolable()
See isPoolable |
void |
setCursorName(java.lang.String cursor)
See setCursorName |
void |
setEscapeProcessing(boolean escape)
|
void |
setFetchDirection(int direction)
|
void |
setFetchSize(int size)
See setFetchSize |
void |
setMaxFieldSize(int maxsize)
See setMaxFieldSize |
void |
setMaxRows(int rows)
Not implemented.
|
void |
setPoolable(boolean poolable)
See setPoolable |
void |
setQueryTimeout(int timeout)
See setQueryTimeout |
isWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected boolean isClosed
protected java.sql.ResultSet currResultSet
protected java.sql.Connection con
protected int maxRows
protected int affectedRowCount
protected int fetchSize
protected int maxFieldSize
protected boolean escapeProcessing
protected int timeout
protected java.lang.String cursorName
public static final int SELECT_QUERY
public static final int INSERT_QUERY
public static final int UPDATE_QUERY
public static final int DELETE_QUERY
public static final int CREATE_TABLE_QUERY
public static final int CREATE_VIEW_QUERY
public static final int ALTER_TABLE_QUERY
public static final int DROP_QUERY
public static final int INT_RESULT
public static final java.lang.String STRING_RESULT
public static final boolean BOOLEAN_RESULT
public static final java.lang.String[] VIEW_PROPS
public static final java.lang.String[] COLUMN_PROPS
public static final java.lang.String[] BEST_ROW_PROPS
public static final java.lang.String[] DATA_TYPE_PROPS
public static final java.lang.String[] REFERENCE_KEYS_PROPS
public static final ZohoAnalyticsConstants[] TABLE_TYPES
public static final java.util.ArrayList<java.lang.String> GEO_ROLE_DATA_TYPE
public static final java.util.Map<java.lang.Integer,java.lang.Integer> ANALYTICS_SQL_DATATYPE_MAP
public static final java.util.Map<java.lang.String,java.lang.String> HOST_NAME_VS_ACCOUNTS_URL
public static final java.util.List<java.util.HashMap<java.lang.String,java.lang.String>> ZDB_SUBTYPES_LIST
public static final ZohoAnalyticsConstants[] ZDB_SUBTYPES
public static final java.util.Map<java.lang.String,java.lang.Object> ANALYTICS_SERVER_PROPS
public void addBatch(java.lang.String sql)
throws java.sql.SQLException
See addBatch
addBatch in interface java.sql.Statementjava.sql.SQLExceptionpublic void cancel()
throws java.sql.SQLException
See cancel
cancel in interface java.sql.Statementjava.sql.SQLExceptionpublic void clearBatch()
throws java.sql.SQLException
See clearBatchclearBatch in interface java.sql.Statementjava.sql.SQLExceptionpublic void clearWarnings()
throws java.sql.SQLException
See clearWarningsclearWarnings in interface java.sql.Statementjava.sql.SQLExceptionpublic void close()
throws java.sql.SQLException
See closeclose in interface java.lang.AutoCloseableclose in interface java.sql.Statementjava.sql.SQLExceptionpublic boolean execute(java.lang.String sql)
throws java.sql.SQLException
See executeexecute in interface java.sql.Statementjava.sql.SQLExceptionpublic boolean execute(java.lang.String sql,
java.lang.String[] columnNames)
throws java.sql.SQLException
See executeexecute in interface java.sql.Statementjava.sql.SQLExceptionpublic boolean execute(java.lang.String sql,
int[] columnIndices)
throws java.sql.SQLException
See executeexecute in interface java.sql.Statementjava.sql.SQLExceptionpublic boolean execute(java.lang.String sql,
int columnIndex)
throws java.sql.SQLException
See executeexecute in interface java.sql.Statementjava.sql.SQLExceptionpublic int[] executeBatch()
throws java.sql.SQLException
See executeBatch
executeBatch in interface java.sql.Statementjava.sql.SQLExceptionpublic java.sql.ResultSet executeQuery(java.lang.String sql)
throws java.sql.SQLException
See executeQueryexecuteQuery in interface java.sql.Statementjava.sql.SQLExceptionpublic int executeUpdate(java.lang.String sql)
throws java.sql.SQLException
See executeUpdate
executeUpdate in interface java.sql.Statementjava.sql.SQLExceptionpublic int executeUpdate(java.lang.String sql,
java.lang.String[] columnNames)
throws java.sql.SQLException
See executeUpdate
executeUpdate in interface java.sql.Statementjava.sql.SQLExceptionpublic int executeUpdate(java.lang.String sql,
int columnIndex)
throws java.sql.SQLException
See executeUpdate
executeUpdate in interface java.sql.Statementjava.sql.SQLExceptionpublic int executeUpdate(java.lang.String sql,
int[] columnIndices)
throws java.sql.SQLException
See executeUpdate
executeUpdate in interface java.sql.Statementjava.sql.SQLExceptionpublic java.sql.Connection getConnection()
throws java.sql.SQLException
See getConnectiongetConnection in interface java.sql.Statementjava.sql.SQLExceptionpublic int getFetchDirection()
throws java.sql.SQLException
getFetchDirection in interface java.sql.Statementjava.sql.SQLExceptionpublic int getFetchSize()
throws java.sql.SQLException
See getFetchSizegetFetchSize in interface java.sql.Statementjava.sql.SQLExceptionpublic java.sql.ResultSet getGeneratedKeys()
throws java.sql.SQLException
See getGeneratedKeys
getGeneratedKeys in interface java.sql.Statementjava.sql.SQLExceptionpublic int getMaxFieldSize()
throws java.sql.SQLException
See getMaxFieldSizegetMaxFieldSize in interface java.sql.Statementjava.sql.SQLExceptionpublic int getMaxRows()
throws java.sql.SQLException
See getMaxRowsgetMaxRows in interface java.sql.Statementjava.sql.SQLExceptionpublic boolean getMoreResults()
throws java.sql.SQLException
See getMoreResultsgetMoreResults in interface java.sql.Statementjava.sql.SQLExceptionpublic boolean getMoreResults(int current)
throws java.sql.SQLException
See getMoreResultsgetMoreResults in interface java.sql.Statementjava.sql.SQLExceptionpublic int getQueryTimeout()
throws java.sql.SQLException
See getQueryTimeoutgetQueryTimeout in interface java.sql.Statementjava.sql.SQLExceptionpublic java.sql.ResultSet getResultSet()
throws java.sql.SQLException
See getResultSetgetResultSet in interface java.sql.Statementjava.sql.SQLExceptionpublic int getResultSetConcurrency()
throws java.sql.SQLException
getResultSetConcurrency in interface java.sql.Statementjava.sql.SQLExceptionpublic int getResultSetHoldability()
throws java.sql.SQLException
getResultSetHoldability in interface java.sql.Statementjava.sql.SQLExceptionpublic int getResultSetType()
throws java.sql.SQLException
See getResultSetTypegetResultSetType in interface java.sql.Statementjava.sql.SQLExceptionpublic int getUpdateCount()
throws java.sql.SQLException
See getUpdateCountgetUpdateCount in interface java.sql.Statementjava.sql.SQLExceptionpublic long getLargeUpdateCount()
throws java.sql.SQLException
getLargeUpdateCount in interface java.sql.Statementjava.sql.SQLExceptionpublic java.sql.SQLWarning getWarnings()
throws java.sql.SQLException
See getWarnings()getWarnings in interface java.sql.Statementjava.sql.SQLExceptionpublic void setCursorName(java.lang.String cursor)
throws java.sql.SQLException
See setCursorNamesetCursorName in interface java.sql.Statementjava.sql.SQLExceptionpublic void setEscapeProcessing(boolean escape)
throws java.sql.SQLException
setEscapeProcessing in interface java.sql.Statementjava.sql.SQLExceptionpublic void setFetchDirection(int direction)
throws java.sql.SQLException
setFetchDirection in interface java.sql.Statementjava.sql.SQLExceptionpublic void setFetchSize(int size)
throws java.sql.SQLException
See setFetchSizesetFetchSize in interface java.sql.Statementjava.sql.SQLExceptionpublic void setMaxFieldSize(int maxsize)
throws java.sql.SQLException
See setMaxFieldSize
setMaxFieldSize in interface java.sql.Statementjava.sql.SQLExceptionpublic void setMaxRows(int rows)
throws java.sql.SQLException
See setMaxRows
setMaxRows in interface java.sql.Statementjava.sql.SQLExceptionpublic void setQueryTimeout(int timeout)
throws java.sql.SQLException
See setQueryTimeout
setQueryTimeout in interface java.sql.Statementjava.sql.SQLExceptionpublic boolean isPoolable()
throws java.sql.SQLException
See isPoolable
isPoolable in interface java.sql.Statementjava.sql.SQLExceptionpublic void setPoolable(boolean poolable)
throws java.sql.SQLException
See setPoolable
setPoolable in interface java.sql.Statementjava.sql.SQLExceptionpublic boolean isClosed()
throws java.sql.SQLException
See isClosed
isClosed in interface java.sql.Statementjava.sql.SQLExceptionpublic void closeOnCompletion()
throws java.sql.SQLException
closeOnCompletion in interface java.sql.Statementjava.sql.SQLExceptionpublic boolean isCloseOnCompletion()
throws java.sql.SQLException
isCloseOnCompletion in interface java.sql.Statementjava.sql.SQLExceptionCopyright © 2025 AdventNet Inc. All Rights Reserved.