?? vststd.nas
字號(hào):
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: packimports(3) nocode
// Source File Name: vststd.java
package com.vstsoft.std;
import java.io.PrintStream;
import java.sql.*;
import java.util.*;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.servlet.http.HttpServletRequest;
import javax.sql.DataSource;
import sun.jdbc.rowset.CachedRowSet;
public class vststd
{
public vststd(String jndi) {}
public vststd() {}
private Statement getStmt()
throws Exception {}
public int getResultByUpdate(String strSql)
throws SQLException {}
public CachedRowSet getResultBySelect(String strSql)
throws SQLException {}
public boolean setLog() {}
public Vector Sort(ResultSet resultset) {}
public Vector getVectorBySelect(String strSql)
throws SQLException {}
public int getRecNumBySelect(String strSql)
throws SQLException {}
public String getColValue(String strSql)
throws SQLException {}
public Vector getColValues(String strSql)
throws SQLException {}
public String popListWithSelect(String strSql, String defaultval) {}
public String popRadioWithSelect(String strSql, String defaultval, String radioname, int column) {}
public String popCheckboxWithCode(String strSql, String defaultval, String checkname, int column) {}
public String fixString(String instring) {}
public String fixEnter(String instring) {}
public String showMsg(String inmsg) {}
public String showMsgback(String inmsg, String pagenum) {}
public String getStringByValues(HttpServletRequest request, String checkname) {}
public Vector columnValues(String instring)
throws SQLException {}
public String getValue(HttpServletRequest request, String instring)
throws Exception {}
public boolean checkNumber(String argc) {}
public boolean checkLength(String str, int length) {}
public boolean checkMaxLength(String str, int length) {}
public String printArray(String array, String sql)
throws SQLException {}
public String getDateStr(String strF) {}
public boolean checkJE(String argc) {}
Context ctx;
DataSource ds;
Connection con;
Statement stmt;
ResultSet rs;
String jndiname;
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -