Uses of Class
ru.funsys.avalanche.sql.InOutParameter
-
Packages that use InOutParameter Package Description ru.funsys.avalanche.sql -
-
Uses of InOutParameter in ru.funsys.avalanche.sql
Methods in ru.funsys.avalanche.sql that return InOutParameter Modifier and Type Method Description InOutParameter[]
QueryProcedure. getParameters()
Получить параметры запросаMethods in ru.funsys.avalanche.sql with parameters of type InOutParameter Modifier and Type Method Description ResultSet[]
Adapter. call(String sql, InOutParameter... parameters)
Выполнить хранимую процедуруResultSet[]
Database. call(String sql, InOutParameter... parameters)
Выполнить хранимую процедуруConstructors in ru.funsys.avalanche.sql with parameters of type InOutParameter Constructor Description QueryProcedure(String statement, InOutParameter... parameters)
Создать объект запросаConstructor parameters in ru.funsys.avalanche.sql with type arguments of type InOutParameter Constructor Description QueryProcedure(String statement, ArrayList<InOutParameter> parameters)
Создать объект запросаQueryProcedure(String statement, Vector<InOutParameter> parameters)
Создать объект запроса
-